wp/wp-admin/import.php
changeset 19 3d72ae0968f4
parent 16 a86126ab1dd4
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    13 
    13 
    14 if ( ! current_user_can( 'import' ) ) {
    14 if ( ! current_user_can( 'import' ) ) {
    15 	wp_die( __( 'Sorry, you are not allowed to import content into this site.' ) );
    15 	wp_die( __( 'Sorry, you are not allowed to import content into this site.' ) );
    16 }
    16 }
    17 
    17 
       
    18 // Used in the HTML title tag.
    18 $title = __( 'Import' );
    19 $title = __( 'Import' );
    19 
    20 
    20 get_current_screen()->add_help_tab(
    21 get_current_screen()->add_help_tab(
    21 	array(
    22 	array(
    22 		'id'      => 'overview',
    23 		'id'      => 'overview',