Skip to:
Content

BuddyPress.org

Changeset 7644


Ignore:
Timestamp:
12/04/2013 02:07:16 AM (11 years ago)
Author:
boonebgorges
Message:

Improve documentation in the Friends component. See #5022

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends/bp-friends-widgets.php

    r7560 r7644  
    55 * @package BuddyPress
    66 * @subpackage Friends
    7  * @since 1.9.0
     7 * @since BuddyPress (1.9.0)
    88 */
    99
     
    188188}
    189189
    190 /** Widget AJAX ******************/
     190/** Widget AJAX ***************************************************************/
    191191
    192192/**
     
    249249add_action( 'wp_ajax_widget_friends', 'bp_core_ajax_widget_friends' );
    250250add_action( 'wp_ajax_nopriv_widget_friends', 'bp_core_ajax_widget_friends' );
    251 
Note: See TracChangeset for help on using the changeset viewer.