Changeset 9738 for trunk/src/bp-core/bp-core-widgets.php
- Timestamp:
- 04/11/2015 02:33:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-widgets.php
r9709 r9738 62 62 * @param string $id_base Root ID for all widgets of this type. 63 63 */ 64 $title = apply_filters( 'widget_title', $ instance['title'], $instance, $this->id_base );64 $title = apply_filters( 'widget_title', $title, $instance, $this->id_base ); 65 65 66 66 echo $args['before_widget'];
Note: See TracChangeset
for help on using the changeset viewer.