Skip to:
Content

BuddyPress.org

Changeset 1507


Ignore:
Timestamp:
06/04/2009 12:31:40 AM (16 years ago)
Author:
apeatling
Message:

Added missing $bp global declarations.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends.php

    r1506 r1507  
    563563
    564564function friends_accept_friendship( $friendship_id ) {
     565    global $bp;
     566   
    565567    /* Check the nonce */
    566568    if ( !check_admin_referer( 'friends_accept_friendship' ) )
  • trunk/bp-groups.php

    r1503 r1507  
    15921592
    15931593function groups_new_group_forum_post( $post_text, $topic_id ) {
    1594     global $group_obj;
     1594    global $group_obj, $bp;
    15951595
    15961596    /* Check the nonce */
     
    16141614
    16151615function groups_new_group_forum_topic( $topic_title, $topic_text, $topic_tags, $forum_id ) {
    1616     global $group_obj;
     1616    global $group_obj, $bp;
    16171617
    16181618    /* Check the nonce */   
Note: See TracChangeset for help on using the changeset viewer.