Make WordPress Core


Ignore:
Timestamp:
10/22/2013 05:21:32 PM (10 years ago)
Author:
nacin
Message:

Spell out duplicate hook locations.

props DrewAPicture.
fixes #25658.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/inc/widgets.php

    r25625 r25868  
    5656        extract( $args, EXTR_SKIP );
    5757
    58         //duplicate_hook
     58        /** This filter is documented in wp-includes/default-widgets.php */
    5959        $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? __( 'Ephemera', 'twentyeleven' ) : $instance['title'], $instance, $this->id_base);
    6060
Note: See TracChangeset for help on using the changeset viewer.