Changeset 9709 for trunk/src/bp-blogs/bp-blogs-widgets.php
- Timestamp:
- 04/06/2015 10:03:24 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-blogs/bp-blogs-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-widgets.php
r9469 r9709 61 61 * 62 62 * @since BuddyPress (2.2.0) 63 * @since BuddyPress (2.3.0) Added 'instance' and 'id_base' to arguments passed to filter. 63 64 * 64 * @param string $title The widget title. 65 * @param string $title The widget title. 66 * @param array $instance The settings for the particular instance of the widget. 67 * @param string $id_base Root ID for all widgets of this type. 65 68 */ 66 $title = apply_filters( 'widget_title', $instance['title'] );69 $title = apply_filters( 'widget_title', $instance['title'], $instance, $this->id_base ); 67 70 68 71 echo $args['before_widget'];
Note: See TracChangeset
for help on using the changeset viewer.