Make WordPress Core


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

Spell out duplicate hook locations.

props DrewAPicture.
fixes #25658.

File:
1 edited

Legend:

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

    r25643 r25868  
    148148        $item_output = $args->before;
    149149        $item_output .= '<a'. $attributes .'>';
    150         //duplicate_hook
     150        /** This filter is documented in wp-includes/post-template.php */
    151151        $item_output .= $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ) . $args->link_after;
    152152        $item_output .= '</a>';
Note: See TracChangeset for help on using the changeset viewer.