Switch from Panel/SubPanel to Screen in inline documentation and Codex links. props michaelh, fixes #17265.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2011-04-28 15:24:49 +00:00
parent 97c39c24a2
commit 9cb6e158fc
48 changed files with 69 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
<?php
/**
* Comment Management Panel
* Comment Management Screen
*
* @package WordPress
* @subpackage Administration
@@ -48,7 +48,7 @@ case 'editcomment' :
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" target="_blank">Documentation on Comments</a>' ) . '</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>'
);