Remove space from string. props pavelevap, fixes #17274.
git-svn-id: https://develop.svn.wordpress.org/trunk@17767 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
586f141545
commit
e1138c8eb2
@ -49,7 +49,7 @@ case 'editcomment' :
|
||||
'<p>' . __( 'You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.' ) . '</p>' .
|
||||
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
|
||||
'<p>' . __( '<a href="http://codex.wordpress.org/Administration_Screens#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .
|
||||
'<p>' . __( '<a href="http://wordpress.org/support/" target="_blank" >Support Forums</a>' ) . '</p>'
|
||||
'<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
|
||||
);
|
||||
|
||||
wp_enqueue_script('comment');
|
||||
|
Loading…
Reference in New Issue
Block a user