Changeset 15746 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 10/07/2010 07:34:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r15666 r15746 106 106 $title = __('Comments'); 107 107 108 add_screen_option( 'per_page', array('label' => _x( 'Comments', 'comments per page (screen options)' )) ); 109 108 110 add_contextual_help( $current_screen, '<p>' . __('You can manage comments made on your site similar to the way you manage Posts and other content. This screen is customizable in the same ways as other management screens, and you can act on comments using the on-hover action links or the Bulk Actions.') . '</p>' . 109 111 '<p>' . __('A yellow row means the comment is waiting for you to moderate it.') . '</p>' .
Note: See TracChangeset
for help on using the changeset viewer.