Make WordPress Core


Ignore:
Timestamp:
09/08/2015 10:16:57 PM (10 years ago)
Author:
wonderboymusic
Message:

After [33843], update the location of some files in This filter is documented in docs

Props dimadin.
See #33413.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-archives.php

    r33951 r33954  
    2222        $d = ! empty( $instance['dropdown'] ) ? '1' : '0';
    2323
    24         /** This filter is documented in wp-includes/default-widgets.php */
     24        /** This filter is documented in wp-includes/widgets/class-wp-widget-pages.php */
    2525        $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? __( 'Archives' ) : $instance['title'], $instance, $this->id_base );
    2626
Note: See TracChangeset for help on using the changeset viewer.