Ticket #19020: 19020-edit-tags.php.diff
| File 19020-edit-tags.php.diff, 650 bytes (added by , 15 years ago) |
|---|
-
edit-tags.php
221 221 '</ul>' . 222 222 '<p>' . __( 'You can change the display of this screen using the Screen Options tab to set how many items are displayed per screen and to display/hide columns in the table.' ) . '</p>'; 223 223 224 add_contextual_help($current_screen, $help); 224 get_current_screen()->add_help_tab( array( 225 'id' => 'help-overview', 226 'title' => __('Overview'), 227 'content' => $help 228 ) ) ; 225 229 226 230 $help = '<p><strong>' . __( 'For more information:' ) . '</strong></p>'; 227 231