projects
/
WP-Themes
/
RecycleEmmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deba447
)
Minor error message fix.
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 18 Jun 2015 16:01:52 +0000
(12:01 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 18 Jun 2015 16:01:52 +0000
(12:01 -0400)
page.php
patch
|
blob
|
history
diff --git
a/page.php
b/page.php
index
6d4c978
..
c918d38
100755
(executable)
--- a/
page.php
+++ b/
page.php
@@
-23,7
+23,7
@@
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>
- <p><?php _e('Sorry, no
posts yet
');?></p>
+ <p><?php _e('Sorry, no
results found.
');?></p>
<?php endif;?>
</div>
<div class="row">