Changeset 1507
- Timestamp:
- 06/04/2009 12:31:40 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends.php
r1506 r1507 563 563 564 564 function friends_accept_friendship( $friendship_id ) { 565 global $bp; 566 565 567 /* Check the nonce */ 566 568 if ( !check_admin_referer( 'friends_accept_friendship' ) ) -
trunk/bp-groups.php
r1503 r1507 1592 1592 1593 1593 function groups_new_group_forum_post( $post_text, $topic_id ) { 1594 global $group_obj ;1594 global $group_obj, $bp; 1595 1595 1596 1596 /* Check the nonce */ … … 1614 1614 1615 1615 function groups_new_group_forum_topic( $topic_title, $topic_text, $topic_tags, $forum_id ) { 1616 global $group_obj ;1616 global $group_obj, $bp; 1617 1617 1618 1618 /* Check the nonce */
Note: See TracChangeset
for help on using the changeset viewer.