Merge pull request #333 from aahan/patch_content-none

Use content-none.php instead of no-results.php for consistency.
This commit is contained in:
Takashi Irie 2013-11-04 10:53:15 -08:00
commit a7ce5b6f47
5 changed files with 26 additions and 26 deletions

View File

@ -91,7 +91,7 @@ get_header(); ?>
<?php else : ?>
<?php get_template_part( 'no-results', 'archive' ); ?>
<?php get_template_part( 'content', 'none' ); ?>
<?php endif; ?>

View File

@ -35,7 +35,7 @@ get_header(); ?>
<?php else : ?>
<?php get_template_part( 'no-results', 'index' ); ?>
<?php get_template_part( 'content', 'none' ); ?>
<?php endif; ?>
@ -43,4 +43,4 @@ get_header(); ?>
</div><!-- #primary -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
<?php get_footer(); ?>

View File

@ -94,6 +94,27 @@ msgstr ""
msgid "Comments are closed."
msgstr ""
#: content-none.php:13
msgid "Nothing Found"
msgstr ""
#: content-none.php:19
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
#: content-none.php:23
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
#: content-none.php:28
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
#: content-page.php:18 content-single.php:20 content.php:27 image.php:58
msgid "Pages:"
msgstr ""
@ -242,27 +263,6 @@ msgid ""
"%2$s</span>"
msgstr ""
#: no-results.php:13
msgid "Nothing Found"
msgstr ""
#: no-results.php:19
msgid ""
"Ready to publish your first post? <a href=\"%1$s\">Get started here</a>."
msgstr ""
#: no-results.php:23
msgid ""
"Sorry, but nothing matched your search terms. Please try again with some "
"different keywords."
msgstr ""
#: no-results.php:28
msgid ""
"It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps "
"searching can help."
msgstr ""
#: search.php:16
msgid "Search Results for: %s"
msgstr ""

View File

@ -27,7 +27,7 @@ get_header(); ?>
<?php else : ?>
<?php get_template_part( 'no-results', 'search' ); ?>
<?php get_template_part( 'content', 'none' ); ?>
<?php endif; ?>
@ -35,4 +35,4 @@ get_header(); ?>
</section><!-- #primary -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
<?php get_footer(); ?>