Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2015 02:07:44 AM (10 years ago)
Author:
tw2113
Message:

More docs cleanup for Friends component.

See #6400.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-friends/bp-friends-screens.php

    r10147 r10323  
    4141function friends_screen_requests() {
    4242    if ( bp_is_action_variable( 'accept', 0 ) && is_numeric( bp_action_variable( 1 ) ) ) {
    43         // Check the nonce
     43        // Check the nonce.
    4444        check_admin_referer( 'friends_accept_friendship' );
    4545
     
    5252
    5353    } elseif ( bp_is_action_variable( 'reject', 0 ) && is_numeric( bp_action_variable( 1 ) ) ) {
    54         // Check the nonce
     54        // Check the nonce.
    5555        check_admin_referer( 'friends_reject_friendship' );
    5656
     
    6363
    6464    } elseif ( bp_is_action_variable( 'cancel', 0 ) && is_numeric( bp_action_variable( 1 ) ) ) {
    65         // Check the nonce
     65        // Check the nonce.
    6666        check_admin_referer( 'friends_withdraw_friendship' );
    6767
Note: See TracChangeset for help on using the changeset viewer.