Changeset 11450 for trunk/wp-includes/link-template.php
- Timestamp:
- 05/24/2009 11:47:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r11426 r11450 1434 1434 * 1435 1435 * @param string|array $args Optional args. 1436 * @return string The posts link navigation. 1436 * @return string The posts link navigation. 1437 1437 */ 1438 1438 function get_posts_nav_link( $args = array() ) { 1439 1439 global $wp_query; 1440 1440 1441 1441 $return = ''; 1442 1442 1443 1443 if ( !is_singular() ) { 1444 1444 $defaults = array( 1445 'sep' => ' — ', 1446 'prelabel' => __('« Previous Page'), 1445 'sep' => ' — ', 1446 'prelabel' => __('« Previous Page'), 1447 1447 'nxtlabel' => __('Next Page »'), 1448 1448 );
Note: See TracChangeset
for help on using the changeset viewer.