Changeset 25868 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 10/22/2013 05:21:32 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r25662 r25868 1426 1426 $title = $previous ? __( 'Previous Post' ) : __( 'Next Post' ); 1427 1427 1428 /** This filter is documented in wp-includes/post-template.php */ 1428 1429 $title = apply_filters( 'the_title', $title, $post->ID ); 1429 1430 $date = mysql2date( get_option( 'date_format' ), $post->post_date );
Note: See TracChangeset
for help on using the changeset viewer.