Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/18/2014 01:07:17 PM (11 years ago)
Author:
boonebgorges
Message:

Hook documentation for part of the Friends component.

Includes bp-friends-activity, bp-friends-widgets, and bp-friends-screens.

Props tw2113.
See #5942.

File:
1 edited

Legend:

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

    r8958 r9154  
    7777        }
    7878
     79        /**
     80         * Filters the Friends widget title.
     81         *
     82         * @since BuddyPress (1.8.0)
     83         *
     84         * @param string $title The widget title.
     85         */
    7986        $title = apply_filters( 'widget_title', $instance['title'] );
    8087
Note: See TracChangeset for help on using the changeset viewer.