Make WordPress Core

Ticket #19020: 19020-edit-tags.php.diff

File 19020-edit-tags.php.diff, 650 bytes (added by Ipstenu, 15 years ago)

Edit tags (and categories).

  • edit-tags.php

     
    221221                '</ul>' .
    222222                '<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>';
    223223
    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        ) ) ;
    225229
    226230        $help = '<p><strong>' . __( 'For more information:' ) . '</strong></p>';
    227231