Make WordPress Core


Ignore:
Timestamp:
12/16/2011 05:13:16 PM (14 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/twentyeleven/header.php

    r18335 r19599  
    112112            <nav id="access" role="navigation">
    113113                <h3 class="assistive-text"><?php _e( 'Main menu', 'twentyeleven' ); ?></h3>
    114                 <?php /*  Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. */ ?>
     114                <?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. */ ?>
    115115                <div class="skip-link"><a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to primary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to primary content', 'twentyeleven' ); ?></a></div>
    116116                <div class="skip-link"><a class="assistive-text" href="#secondary" title="<?php esc_attr_e( 'Skip to secondary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to secondary content', 'twentyeleven' ); ?></a></div>
    117                 <?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. */ ?>
     117                <?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. */ ?>
    118118                <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
    119119            </nav><!-- #access -->
Note: See TracChangeset for help on using the changeset viewer.