Make WordPress Core


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

Spell out duplicate hook locations.

props DrewAPicture.
fixes #25658.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/nav-menu.php

    r25741 r25868  
    309309            $title = $item->label;
    310310        } elseif ( isset( $item->post_type ) ) {
    311             //duplicate_hook
     311            /** This filter is documented in wp-includes/post-template.php */
    312312            $title = apply_filters( 'the_title', $item->post_title, $item->ID );
    313313            if ( ! empty( $item->front_or_home ) && _x( 'Home', 'nav menu home label' ) !== $title )
Note: See TracChangeset for help on using the changeset viewer.