Make WordPress Core


Ignore:
Timestamp:
08/08/2012 04:59:15 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: cleanup up extra space in functions.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/functions.php

    r21449 r21479  
    158158    // Add a page number if necessary.
    159159    if ( $paged >= 2 || $page >= 2 )
    160         $title =  "$title $sep " . sprintf( __( 'Page %s', 'twentytwelve' ), max( $paged, $page ) );
     160        $title = "$title $sep " . sprintf( __( 'Page %s', 'twentytwelve' ), max( $paged, $page ) );
    161161
    162162    return $title;
Note: See TracChangeset for help on using the changeset viewer.