forked from mirror/_s
Add tab to indent 404.php(L43 to L45).
This commit is contained in:
parent
3f1fe1c400
commit
e3ff3dfb5d
6
404.php
6
404.php
|
@ -40,9 +40,9 @@ get_header(); ?>
|
|||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
/* translators: %1$s: smiley */
|
||||
$archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s', '_s' ), convert_smilies( ':)' ) ) . '</p>';
|
||||
the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$archive_content" );
|
||||
/* translators: %1$s: smiley */
|
||||
$archive_content = '<p>' . sprintf( __( 'Try looking in the monthly archives. %1$s', '_s' ), convert_smilies( ':)' ) ) . '</p>';
|
||||
the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=</h2>$archive_content" );
|
||||
?>
|
||||
|
||||
<?php the_widget( 'WP_Widget_Tag_Cloud' ); ?>
|
||||
|
|
Reference in New Issue