Twenty Twelve: consolidate "Apologies" strings, see #22016.

git-svn-id: http://core.svn.wordpress.org/trunk@22061 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2012-09-27 15:43:44 +00:00
parent 3ee6f22143
commit 7103aa4bfb

View File

@ -50,7 +50,7 @@ get_header(); ?>
</header>
<div class="entry-content">
<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentytwelve' ); ?></p>
<p><?php _e( 'Apologies, but no results were found. Perhaps searching will help find a related post.', 'twentytwelve' ); ?></p>
<?php get_search_form(); ?>
</div><!-- .entry-content -->
<?php endif; // end current_user_can() check ?>