Make WordPress Core


Ignore:
Timestamp:
12/16/2011 05:13:16 PM (13 years ago)
Author:
ryan
Message:

Use one space, not two, after trailing punctuation. Prop Zeo. fixes #19537

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/header.php

    r17300 r19599  
    8080
    8181            <div id="access" role="navigation">
    82               <?php /*  Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
     82              <?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
    8383                <div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div>
    84                 <?php /* Our navigation menu.  If one isn't filled out, wp_nav_menu falls back to wp_page_menu.  The menu assiged to the primary position is the one used.  If none is assigned, the menu with the lowest ID is used. */ ?>
     84                <?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
    8585                <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
    8686            </div><!-- #access -->
Note: See TracChangeset for help on using the changeset viewer.