equal
deleted
inserted
replaced
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', |