Changeset 23673 for trunk/wp-content/themes/twentythirteen/functions.php
- Timestamp:
- 03/12/2013 05:44:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/functions.php
r23672 r23673 304 304 ?> 305 305 <nav class="navigation paging-navigation" role="navigation"> 306 <h1 class=" assistive-text"><?php _e( 'Posts navigation', 'twentythirteen' ); ?></h1>306 <h1 class="screen-reader-text"><?php _e( 'Posts navigation', 'twentythirteen' ); ?></h1> 307 307 <div class="nav-links"> 308 308 … … 340 340 ?> 341 341 <nav class="navigation post-navigation" role="navigation"> 342 <h1 class=" assistive-text"><?php _e( 'Post navigation', 'twentythirteen' ); ?></h1>342 <h1 class="screen-reader-text"><?php _e( 'Post navigation', 'twentythirteen' ); ?></h1> 343 343 <div class="nav-links"> 344 344
Note: See TracChangeset
for help on using the changeset viewer.