Changeset 7560 for trunk/bp-friends/bp-friends-widgets.php
- Timestamp:
- 11/11/2013 02:03:09 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-widgets.php
r7392 r7560 14 14 * Register the friends widget. 15 15 * 16 * @since 1.9.016 * @since BuddyPress (1.9.0) 17 17 */ 18 18 function bp_friends_register_widgets() { … … 30 30 * The User Friends widget class. 31 31 * 32 * @since 1.9.032 * @since BuddyPress (1.9.0) 33 33 */ 34 34 class BP_Core_Friends_Widget extends WP_Widget { … … 193 193 * Process AJAX pagination or filtering for the Friends widget. 194 194 * 195 * @since 1.9.0195 * @since BuddyPress (1.9.0) 196 196 */ 197 197 function bp_core_ajax_widget_friends() {
Note: See TracChangeset
for help on using the changeset viewer.