equal
deleted
inserted
replaced
11 |
11 |
12 if ( ! current_user_can( 'manage_options' ) ) { |
12 if ( ! current_user_can( 'manage_options' ) ) { |
13 wp_die( __( 'Sorry, you are not allowed to manage options for this site.' ) ); |
13 wp_die( __( 'Sorry, you are not allowed to manage options for this site.' ) ); |
14 } |
14 } |
15 |
15 |
|
16 // Used in the HTML title tag. |
16 $title = __( 'Writing Settings' ); |
17 $title = __( 'Writing Settings' ); |
17 $parent_file = 'options-general.php'; |
18 $parent_file = 'options-general.php'; |
18 |
19 |
19 get_current_screen()->add_help_tab( |
20 get_current_screen()->add_help_tab( |
20 array( |
21 array( |