Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/11/2015 02:33:08 AM (10 years ago)
Author:
dcavins
Message:

Use calculated title for widget_title filter.

Use the calculated title when one exists in 'widget_title' filter.

See #6222.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-messages/bp-messages-widgets.php

    r9709 r9738  
    7474         * @param string $id_base  Root ID for all widgets of this type.
    7575         */
    76         $title = apply_filters( 'widget_title', $instance['title'], $instance, $this->id_base );
     76        $title = apply_filters( 'widget_title', $title, $instance, $this->id_base );
    7777
    7878        echo $before_widget;
Note: See TracChangeset for help on using the changeset viewer.