equal
deleted
inserted
replaced
16 wp_die( __( 'Sorry, you are not allowed to manage options for this site.' ) ); |
16 wp_die( __( 'Sorry, you are not allowed to manage options for this site.' ) ); |
17 } |
17 } |
18 |
18 |
19 $title = __( 'General Settings' ); |
19 $title = __( 'General Settings' ); |
20 $parent_file = 'options-general.php'; |
20 $parent_file = 'options-general.php'; |
21 /* translators: Date and time format for exact current time, mainly about timezones, see https://www.php.net/date */ |
21 /* translators: Date and time format for exact current time, mainly about timezones, see https://www.php.net/manual/datetime.format.php */ |
22 $timezone_format = _x( 'Y-m-d H:i:s', 'timezone date format' ); |
22 $timezone_format = _x( 'Y-m-d H:i:s', 'timezone date format' ); |
23 |
23 |
24 add_action( 'admin_head', 'options_general_add_js' ); |
24 add_action( 'admin_head', 'options_general_add_js' ); |
25 |
25 |
26 $options_help = '<p>' . __( 'The fields on this screen determine some of the basics of your site setup.' ) . '</p>' . |
26 $options_help = '<p>' . __( 'The fields on this screen determine some of the basics of your site setup.' ) . '</p>' . |