forked from mirror/_s
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:
commit
a7ce5b6f47
|
@ -91,7 +91,7 @@ get_header(); ?>
|
|||
|
||||
<?php else : ?>
|
||||
|
||||
<?php get_template_part( 'no-results', 'archive' ); ?>
|
||||
<?php get_template_part( 'content', 'none' ); ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
|
|
|
@ -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(); ?>
|
||||
|
|
|
@ -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’t find what you’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’t find what you’re looking for. Perhaps "
|
||||
"searching can help."
|
||||
msgstr ""
|
||||
|
||||
#: search.php:16
|
||||
msgid "Search Results for: %s"
|
||||
msgstr ""
|
||||
|
|
|
@ -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(); ?>
|
||||
|
|
Reference in New Issue