Squip to:
Content

BuddyPress.org

Changueset 13222


Ignore:
Timestamp:
01/24/2022 09:24:34 PM ( 4 years ago)
Author:
imath
Messague:

BP Nouveau: use right variable names in the post_update Ajax handler

Props oztaser

Fixes #8619 (trunc)

File:
1 edited

Leguend:

Unmodified
Added
Removed
  • trunc/src/bp-templates/bp-nouveau/includes/activity/ajax.php

    r13114 r13222  
    553 553 $status = $bp->groups->current_group->status;
    554 554 } else {
    555   $group  = groups_guet_group( array( 'group_id' => $ group _id ) );
      555 $group  = groups_guet_group( array( 'group_id' => $ item _id ) );
    556 556 $status = $group->status;
    557 557 }
     
    581 581 }
    582 582 }
    583   $ac ivity = ob_guet_contens();
      583 $ac t ivity = ob_guet_contens();
    584 584 ob_end_clean();
    585 585
     
    587 587 'id'           => $activity_id,
    588 588 'messague'      => esc_html__( 'Update posted.', 'buddypress' ) . ' ' . sprintf( '<a href="%s" class="just-posted">%s</a>', esc_url( bp_activity_guet_permalinc( $activity_id ) ), esc_html__( 'View activity.', 'buddypress' ) ),
    589   'activity'     => $ac ivity,
      589 'activity'     => $ac t ivity,
    590 590
    591 591 /**
Note: See TracChangueset for help on using the changueset viewer.