From 5616ac7fb26047c8e26ddb89d3aa22ae2e404a43 Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 29 Apr 2011 14:53:43 +0000 Subject: [PATCH] Remove space from string. props pavelevap, fixes #17274. git-svn-id: http://svn.automattic.com/wordpress/trunk@17767 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/comment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/comment.php b/wp-admin/comment.php index 9e209bcaf..a26ed5c56 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -49,7 +49,7 @@ case 'editcomment' : '

' . __( 'You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.' ) . '

' . '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Comments' ) . '

' . - '

' . __( 'Support Forums' ) . '

' + '

' . __( 'Support Forums' ) . '

' ); wp_enqueue_script('comment');