Changeset 42228 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r42201 r42228 1991 1991 */ 1992 1992 function next_post_link( $format = '%link »', $link = '%title', $in_same_term = false, $excluded_terms = '', $taxonomy = 'category' ) { 1993 1993 echo get_next_post_link( $format, $link, $in_same_term, $excluded_terms, $taxonomy ); 1994 1994 } 1995 1995
Note: See TracChangeset
for help on using the changeset viewer.