Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/11/2013 02:03:09 AM (11 years ago)
Author:
boonebgorges
Message:

Improve inline docs in bp-friends component. See #5022

File:
1 edited

Legend:

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

    r7392 r7560  
    1414 * Register the friends widget.
    1515 *
    16  * @since 1.9.0
     16 * @since BuddyPress (1.9.0)
    1717 */
    1818function bp_friends_register_widgets() {
     
    3030 * The User Friends widget class.
    3131 *
    32  * @since 1.9.0
     32 * @since BuddyPress (1.9.0)
    3333 */
    3434class BP_Core_Friends_Widget extends WP_Widget {
     
    193193 * Process AJAX pagination or filtering for the Friends widget.
    194194 *
    195  * @since 1.9.0
     195 * @since BuddyPress (1.9.0)
    196196 */
    197197function bp_core_ajax_widget_friends() {
Note: See TracChangeset for help on using the changeset viewer.