From 13efab7ac63c4fa49cf20da10ba689c0b43098ec Mon Sep 17 00:00:00 2001 From: pixolin Date: Tue, 18 Sep 2012 11:48:12 +0300 Subject: [PATCH] Corrected two typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "don't" with ' should be more correct than &rsquot; (or is it better to escape it \' ?) I personally find the lineĀ * translators: %1$s: smiley */ pretty confusing, but at least it should be singular (not smilies) --- 404.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/404.php b/404.php index caebc794..628e3813 100644 --- a/404.php +++ b/404.php @@ -13,7 +13,7 @@ get_header(); ?>
-

+

@@ -31,7 +31,7 @@ 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" ); ?>