Changeset 10567
- Timestamp:
- 02/08/2016 07:03:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-filters.php
r10512 r10567 897 897 $widget_id = $params[0]['widget_id']; 898 898 899 // If callback isn't an array, bail. 900 if ( false === is_array( $wp_registered_widgets[ $widget_id ]['callback'] ) ) { 901 return $params; 902 } 903 899 904 // If the current widget isn't a BuddyPress one, stop! 900 905 // We determine if a widget is a BuddyPress widget, if the widget class
Note: See TracChangeset
for help on using the changeset viewer.