Changeset 15014
- Timestamp:
- 05/27/2010 11:45:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r14647 r15014 46 46 $title = __('Edit Comment'); 47 47 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>' . 50 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 51 '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Panels#Comments">Comments Documentation</a>' ) . '</p>' . 52 '<p>' . __( '<a href="http://wordpress.org/support/">Support Forums</a>' ) . '</p>' 53 ); 54 48 55 wp_enqueue_script('comment'); 49 56 require_once('./admin-header.php');
Note: See TracChangeset
for help on using the changeset viewer.