Make WordPress Core


Ignore:
Timestamp:
05/24/2009 11:47:49 PM (15 years ago)
Author:
ryan
Message:

Trim tailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/link-template.php

    r11426 r11450  
    14341434 *
    14351435 * @param string|array $args Optional args.
    1436  * @return string The posts link navigation. 
     1436 * @return string The posts link navigation.
    14371437 */
    14381438function get_posts_nav_link( $args = array() ) {
    14391439    global $wp_query;
    1440    
     1440
    14411441    $return = '';
    14421442
    14431443    if ( !is_singular() ) {
    14441444        $defaults = array(
    1445             'sep' => ' — ', 
    1446             'prelabel' => __('« Previous Page'), 
     1445            'sep' => ' — ',
     1446            'prelabel' => __('« Previous Page'),
    14471447            'nxtlabel' => __('Next Page »'),
    14481448        );
Note: See TracChangeset for help on using the changeset viewer.