remove x and replaced with escaped × html entity for alerts.
This commit is contained in:
2
loop.php
2
loop.php
@@ -1,7 +1,7 @@
|
||||
<?php /* If there are no posts to display, such as an empty archive page */ ?>
|
||||
<?php if (!have_posts()) { ?>
|
||||
<div class="alert alert-block fade in">
|
||||
<a class="close" data-dismiss="alert">×</a>
|
||||
<a class="close" data-dismiss="alert">×</a>
|
||||
<p><?php _e('Sorry, no results were found.', 'roots'); ?></p>
|
||||
</div>
|
||||
<?php get_search_form(); ?>
|
||||
|
||||
Reference in New Issue
Block a user