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