Changeset 18911 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 10/07/2011 04:57:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r18867 r18911 110 110 $title = __('Comments'); 111 111 112 $current_screen->add_option( 'per_page', array('label' => _x( 'Comments', 'comments per page (screen options)' )) ); 113 $current_screen->add_option_context( '<p>test</p>' ); 112 add_screen_option( 'per_page', array('label' => _x( 'Comments', 'comments per page (screen options)' )) ); 114 113 115 114 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>' .
Note: See TracChangeset
for help on using the changeset viewer.