Edit comment help text. props jane, dougwrites. see #13467.
git-svn-id: https://develop.svn.wordpress.org/trunk@15014 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
21d9d27bb7
commit
ca2ebad11d
@ -45,6 +45,13 @@ switch( $action ) {
|
||||
case 'editcomment' :
|
||||
$title = __('Edit Comment');
|
||||
|
||||
add_contextual_help( $current_screen, '<p>' . __( 'You can edit the information left in a comment if needed. This is often useful when you notice that a commenter has made a typographical error.' ) . '</p>' .
|
||||
'<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_Panels#Comments">Comments Documentation</a>' ) . '</p>' .
|
||||
'<p>' . __( '<a href="http://wordpress.org/support/">Support Forums</a>' ) . '</p>'
|
||||
);
|
||||
|
||||
wp_enqueue_script('comment');
|
||||
require_once('./admin-header.php');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user