diff --git a/src/wp-admin/includes/options.php b/src/wp-admin/includes/options.php index f0fab455ff..c5d5d31090 100644 --- a/src/wp-admin/includes/options.php +++ b/src/wp-admin/includes/options.php @@ -138,4 +138,25 @@ function options_reading_add_js() { function options_reading_blog_charset() { echo ''; echo '
' . __( 'The character encoding of your site (UTF-8 is recommended)' ) . '
'; -} \ No newline at end of file +} + +/** + * Render the week starts on setting. + * + * @global WP_Locale $wp_locale + * + * @since 4.4.0 + */ +function options_general_start_of_week() { + global $wp_locale; + ?> + +