Changeset 19121 for trunk/wp-admin/comment.php
- Timestamp:
- 11/02/2011 08:54:56 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r17767 r19121 47 47 48 48 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>' . 49 '<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>' . 49 '<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>' 50 ); 51 52 get_current_screen()->set_help_sidebar( 50 53 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 51 54 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Screens#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.