Changeset 9709 for trunk/src/bp-messages/bp-messages-widgets.php
- Timestamp:
- 04/06/2015 10:03:24 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-messages/bp-messages-widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-widgets.php
r9216 r9709 68 68 * 69 69 * @since BuddyPress (1.9.0) 70 * @since BuddyPress (2.3.0) Added 'instance' and 'id_base' to arguments passed to filter. 70 71 * 71 * @param string $title The widget title. 72 * @param string $title The widget title. 73 * @param array $instance The settings for the particular instance of the widget. 74 * @param string $id_base Root ID for all widgets of this type. 72 75 */ 73 $title = apply_filters( 'widget_title', $ title, $instance );76 $title = apply_filters( 'widget_title', $instance['title'], $instance, $this->id_base ); 74 77 75 78 echo $before_widget;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)