Changeset 21479 for trunk/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 08/08/2012 04:59:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/functions.php
r21449 r21479 158 158 // Add a page number if necessary. 159 159 if ( $paged >= 2 || $page >= 2 ) 160 $title = 160 $title = "$title $sep " . sprintf( __( 'Page %s', 'twentytwelve' ), max( $paged, $page ) ); 161 161 162 162 return $title;
Note: See TracChangeset
for help on using the changeset viewer.