Make WordPress Core


Ignore:
Timestamp:
10/22/2013 05:21:32 PM (12 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/post-template.php

    r25745 r25868  
    10721072            $page->post_title = sprintf( __( '#%d (no title)' ), $page->ID );
    10731073
     1074        /** This filter is documented in wp-includes/post-template.php */
    10741075        $output .= $indent . '<li class="' . $css_class . '"><a href="' . get_permalink($page->ID) . '">' . $link_before . apply_filters( 'the_title', $page->post_title, $page->ID ) . $link_after . '</a>';
    10751076
Note: See TracChangeset for help on using the changeset viewer.