CS: fix up embedded PHP inconsistencies introduced in the mean time.
This commit is contained in:
parent
b26b6ebfa4
commit
ec877e48c3
6 changed files with 30 additions and 29 deletions
4
404.php
4
404.php
|
@ -22,9 +22,9 @@ get_header();
|
|||
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', '_s' ); ?></p>
|
||||
|
||||
<?php
|
||||
get_search_form();
|
||||
get_search_form();
|
||||
|
||||
the_widget( 'WP_Widget_Recent_Posts' );
|
||||
the_widget( 'WP_Widget_Recent_Posts' );
|
||||
?>
|
||||
|
||||
<div class="widget widget_categories">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue