Skip to:
Content

BuddyPress.org

Changeset 2857


Ignore:
Timestamp:
03/19/2010 10:03:31 AM (14 years ago)
Author:
apeatling
Message:

Fixes #2215

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-blogs.php

    r2830 r2857  
    406406
    407407    $comment = get_comment($comment_id);
     408
     409    if ( !$is_approved )
     410        return false;
     411
    408412    $comment->post = get_post( $comment->comment_post_ID );
    409413
Note: See TracChangeset for help on using the changeset viewer.