Make WordPress Core


Ignore:
Timestamp:
06/24/2010 03:07:11 PM (14 years ago)
Author:
ryan
Message:

Filter title for Custom Menu widget. Props jorbin. fixes #14009 for 3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-widgets.php

    r15220 r15316  
    10681068            return;
    10691069
     1070        $instance['title'] = apply_filters('widget_title', $instance['title'], $instance, $this->id_base);
     1071
    10701072        echo $args['before_widget'];
    10711073
Note: See TracChangeset for help on using the changeset viewer.