Changeset 18864 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 10/02/2011 06:59:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r18092 r18864 112 112 add_screen_option( 'per_page', array('label' => _x( 'Comments', 'comments per page (screen options)' )) ); 113 113 114 $current_screen->add_screen_options( 115 '<p>test</p>' 116 ); 117 114 118 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>' . 115 119 '<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.