2019 08 28 word mods

This commit is contained in:
infeeeee
2019-09-03 00:08:51 +02:00
parent 74a33168d7
commit cd3124784f
18 changed files with 681 additions and 401 deletions

View File

@@ -18,7 +18,16 @@
<!-- article -->
<article class="no-result">
<h2><?php _e('Sorry, nothing to display.', 'dis2019');?></h2>
<?php
if(!is_search()){
?>
<h2><?php _e('Sorry, nothing to display.', 'dis2019');?></h2>
<?php
}
?>
</article>
<!-- /article -->