Twenty Thirteen: revert combining two similar Nothing Found strings. Closes #24891.

git-svn-id: https://develop.svn.wordpress.org/trunk@25515 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-09-20 17:33:50 +00:00
parent 3209d0d804
commit ed6136070f

View File

@ -13,7 +13,7 @@ get_header(); ?>
<div id="content" class="site-content" role="main">
<header class="page-header">
<h1 class="page-title"><?php _e( 'Nothing Found', 'twentythirteen' ); ?></h1>
<h1 class="page-title"><?php _e( 'Not Found', 'twentythirteen' ); ?></h1>
</header>
<div class="page-wrapper">