Make WordPress Core


Ignore:
Timestamp:
03/12/2013 05:44:27 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: remove searchform.php template once core search form accepts HTML5 argument. Props obenland, fixes #23701.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/functions.php

    r23672 r23673  
    304304    ?>
    305305    <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>
    307307        <div class="nav-links">
    308308
     
    340340    ?>
    341341    <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>
    343343        <div class="nav-links">
    344344
Note: See TracChangeset for help on using the changeset viewer.