Changeset 51967 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 11/01/2021 09:45:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r51033 r51967 395 395 396 396 if ( $wp_query->max_num_pages > 1 ) : ?> 397 <nav id="<?php echo esc_attr( $html_id ); ?>" class="navigation" role="navigation">397 <nav id="<?php echo esc_attr( $html_id ); ?>" class="navigation"> 398 398 <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentytwelve' ); ?></h3> 399 399 <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'twentytwelve' ) ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.