From e3ff3dfb5d742577e7d23b8a1136e54908932d90 Mon Sep 17 00:00:00 2001 From: Kazue Igarashi Date: Fri, 18 Apr 2014 22:15:42 +0900 Subject: [PATCH] Add tab to indent 404.php(L43 to L45). --- 404.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/404.php b/404.php index 2a924b98..b3a50d85 100644 --- a/404.php +++ b/404.php @@ -40,9 +40,9 @@ get_header(); ?> ' . sprintf( __( 'Try looking in the monthly archives. %1$s', '_s' ), convert_smilies( ':)' ) ) . '

'; - the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=$archive_content" ); + /* translators: %1$s: smiley */ + $archive_content = '

' . sprintf( __( 'Try looking in the monthly archives. %1$s', '_s' ), convert_smilies( ':)' ) ) . '

'; + the_widget( 'WP_Widget_Archives', 'dropdown=1', "after_title=$archive_content" ); ?>