Skip to content

Commit

Permalink
Use one space, not two, after trailing punctuation. Prop Zeo. fixes #…
Browse files Browse the repository at this point in the history
…19537

git-svn-id: http://core.svn.wordpress.org/trunk@19599 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed Dec 16, 2011
1 parent 75591a5 commit 178dfdb
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions wp-content/themes/twentyeleven/header.php
Expand Up @@ -111,13 +111,13 @@

<nav id="access" role="navigation">
<h3 class="assistive-text"><?php _e( 'Main menu', 'twentyeleven' ); ?></h3>
<?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. */ ?>
<?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. */ ?>
<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>
<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>
<?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. */ ?>
<?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. */ ?>
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</nav><!-- #access -->
</header><!-- #branding -->


<div id="main">
<div id="main">
2 changes: 1 addition & 1 deletion wp-content/themes/twentyten/comments.php
Expand Up @@ -3,7 +3,7 @@
* The template for displaying Comments.
*
* The area of the page that contains both current comments
* and the comment form. The actual display of comments is
* and the comment form. The actual display of comments is
* handled by a callback to twentyten_comment which is
* located in the functions.php file.
*
Expand Down
2 changes: 1 addition & 1 deletion wp-content/themes/twentyten/footer.php
Expand Up @@ -3,7 +3,7 @@
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content
* after. Calls sidebar-footer.php for bottom widgets.
* after. Calls sidebar-footer.php for bottom widgets.
*
* @package WordPress
* @subpackage Twenty_Ten
Expand Down
4 changes: 2 additions & 2 deletions wp-content/themes/twentyten/header.php
Expand Up @@ -79,9 +79,9 @@
</div><!-- #branding -->

<div id="access" role="navigation">
<?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
<?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
<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>
<?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. */ ?>
<?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. */ ?>
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
</div><!-- #access -->
</div><!-- #masthead -->
Expand Down
4 changes: 2 additions & 2 deletions wp-content/themes/twentyten/loop-attachment.php
Expand Up @@ -2,7 +2,7 @@
/**
* The loop that displays an attachment.
*
* The loop displays the posts and the post content. See
* The loop displays the posts and the post content. See
* http://codex.wordpress.org/The_Loop to understand it and
* http://codex.wordpress.org/Template_Tags to understand
* the tags used in it.
Expand Down Expand Up @@ -114,4 +114,4 @@

<?php comments_template(); ?>

<?php endwhile; // end of the loop. ?>
<?php endwhile; // end of the loop. ?>
4 changes: 2 additions & 2 deletions wp-content/themes/twentyten/loop-page.php
Expand Up @@ -2,7 +2,7 @@
/**
* The loop that displays a page.
*
* The loop displays the posts and the post content. See
* The loop displays the posts and the post content. See
* http://codex.wordpress.org/The_Loop to understand it and
* http://codex.wordpress.org/Template_Tags to understand
* the tags used in it.
Expand Down Expand Up @@ -33,4 +33,4 @@

<?php comments_template( '', true ); ?>

<?php endwhile; // end of the loop. ?>
<?php endwhile; // end of the loop. ?>
4 changes: 2 additions & 2 deletions wp-content/themes/twentyten/loop-single.php
Expand Up @@ -2,7 +2,7 @@
/**
* The loop that displays a single post.
*
* The loop displays the posts and the post content. See
* The loop displays the posts and the post content. See
* http://codex.wordpress.org/The_Loop to understand it and
* http://codex.wordpress.org/Template_Tags to understand
* the tags used in it.
Expand Down Expand Up @@ -64,4 +64,4 @@

<?php comments_template( '', true ); ?>

<?php endwhile; // end of the loop. ?>
<?php endwhile; // end of the loop. ?>
2 changes: 1 addition & 1 deletion wp-content/themes/twentyten/loop.php
Expand Up @@ -2,7 +2,7 @@
/**
* The loop that displays posts.
*
* The loop displays the posts and the post content. See
* The loop displays the posts and the post content. See
* http://codex.wordpress.org/The_Loop to understand it and
* http://codex.wordpress.org/Template_Tags to understand
* the tags used in it.
Expand Down

0 comments on commit 178dfdb

Please sign in to comment.