Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/13/2023 09:19:10 AM (3 years ago)
Author:
imath
Message:

Remove never used inited variables in Blogs & Members components

Props upadalavipul

Fixes #8892

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-activity.php

    r13433 r13476  
    955955    // Get the comment status.
    956956    $post_comment_status = wp_get_comment_status( $post_comment_id );
    957     $old_comment_status  = $post_comment_status;
    958957
    959958    // No need to edit the activity, as it's the activity who's updating the comment.
     
    14181417
    14191418    if ( ! empty( $blog_comment_id ) ) {
    1420         $bp = buddypress();
    14211419
    14221420        // Check if a comment action id is set for the parent activity.
Note: See TracChangeset for help on using the changeset viewer.