Skip to content

Commit

Permalink
Twenty Twelve: cleanup up extra space in functions.php
Browse files Browse the repository at this point in the history
git-svn-id: http://core.svn.wordpress.org/trunk@21479 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
lancewillett committed Aug 8, 2012
1 parent ab2b32c commit a83649d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-content/themes/twentytwelve/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function twentytwelve_wp_title( $title, $sep ) {

// Add a page number if necessary.
if ( $paged >= 2 || $page >= 2 )
$title = "$title $sep " . sprintf( __( 'Page %s', 'twentytwelve' ), max( $paged, $page ) );
$title = "$title $sep " . sprintf( __( 'Page %s', 'twentytwelve' ), max( $paged, $page ) );

return $title;
}
Expand Down

0 comments on commit a83649d

Please sign in to comment.