mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 13:41:24 +01:00
Twenty Twelve: combine two "Nothing Found" strings for consistency and simpler translation, props SergeyBiryukov. Fixes #21802.
git-svn-id: http://core.svn.wordpress.org/trunk@21763 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4df9c57c50
commit
af986d95c9
@ -45,7 +45,7 @@ get_header(); ?>
|
||||
// Show the default message to everyone else.
|
||||
?>
|
||||
<header class="entry-header">
|
||||
<h1 class="entry-title"><?php _e( 'Nothing found', 'twentytwelve' ); ?></h1>
|
||||
<h1 class="entry-title"><?php _e( 'Nothing Found', 'twentytwelve' ); ?></h1>
|
||||
</header>
|
||||
|
||||
<div class="entry-content">
|
||||
|
Loading…
Reference in New Issue
Block a user