Twenty Thirteen: revert combining two similar `Nothing Found` strings. Closes #24891.
Built from https://develop.svn.wordpress.org/trunk@25515 git-svn-id: http://core.svn.wordpress.org/trunk@25435 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a03549d08a
commit
88f82d232a
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue