Changeset 19528 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 12/01/2011 04:51:35 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r19511 r19528 115 115 'id' => 'overview', 116 116 'title' => __('Overview'), 117 'content' => 117 'content' => 118 118 '<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>' 119 119 ) ); … … 121 121 'id' => 'moderating-comments', 122 122 'title' => __('Moderating Comments'), 123 'content' => 123 'content' => 124 124 '<ul>' . 125 125 '<li>' . __( 'A yellow row means the comment is waiting for you to moderate it.' ) . '</li>' . … … 129 129 '<li>' . __( 'Many people take advantage of keyboard shortcuts to moderate their comments more quickly. Use the link to the side to learn more.' ) . '</li>' . 130 130 '</ul>' 131 ) ); 131 ) ); 132 132 133 133 get_current_screen()->set_help_sidebar(
Note: See TracChangeset
for help on using the changeset viewer.