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