wp/wp-admin/options-general.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
    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>' .