Changeset 28250 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 05/04/2014 01:16:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r27606 r28250 210 210 211 211 // Add a page number if necessary. 212 if ( $paged >= 2 || $page >= 2)212 if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) 213 213 $title = "$title $sep " . sprintf( __( 'Page %s', 'twentytwelve' ), max( $paged, $page ) ); 214 214
Note: See TracChangeset
for help on using the changeset viewer.