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-includes/link-template.php

    r25662 r25868  
    14261426            $title = $previous ? __( 'Previous Post' ) : __( 'Next Post' );
    14271427
     1428        /** This filter is documented in wp-includes/post-template.php */
    14281429        $title = apply_filters( 'the_title', $title, $post->ID );
    14291430        $date = mysql2date( get_option( 'date_format' ), $post->post_date );
Note: See TracChangeset for help on using the changeset viewer.