mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-23 08:41:24 +01:00
Twenty Thirteen: Restore the original "Not found" string. see #24891, for trunk.
Built from https://develop.svn.wordpress.org/trunk@25907 git-svn-id: http://core.svn.wordpress.org/trunk@25819 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a275f43664
commit
49e274c316
@ -13,7 +13,7 @@ get_header(); ?>
|
||||
<div id="content" class="site-content" role="main">
|
||||
|
||||
<header class="page-header">
|
||||
<h1 class="page-title"><?php _e( 'Not Found', 'twentythirteen' ); ?></h1>
|
||||
<h1 class="page-title"><?php _e( 'Not found', 'twentythirteen' ); ?></h1>
|
||||
</header>
|
||||
|
||||
<div class="page-wrapper">
|
||||
|
@ -13,7 +13,7 @@ msgstr ""
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
||||
#: 404.php:16
|
||||
msgid "Not Found"
|
||||
msgid "Not found"
|
||||
msgstr ""
|
||||
|
||||
#: 404.php:21
|
||||
|
Loading…
Reference in New Issue
Block a user