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:
Andrew Nacin 2010-05-27 23:45:45 +00:00
parent 21d9d27bb7
commit ca2ebad11d
1 changed files with 7 additions and 0 deletions

View File

@ -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');