wp/wp-admin/tools.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    37 }
    37 }
    38 
    38 
    39 /** WordPress Administration Bootstrap */
    39 /** WordPress Administration Bootstrap */
    40 require_once __DIR__ . '/admin.php';
    40 require_once __DIR__ . '/admin.php';
    41 
    41 
       
    42 // Used in the HTML title tag.
    42 $title = __( 'Tools' );
    43 $title = __( 'Tools' );
    43 
    44 
    44 get_current_screen()->add_help_tab(
    45 get_current_screen()->add_help_tab(
    45 	array(
    46 	array(
    46 		'id'      => 'converter',
    47 		'id'      => 'converter',