X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/b22765f41bf0b2021b9beb9120ee0ac91fa89292..e3ff8f35458a959c1879c0a4976701ed8dcfe651:/wp-includes/locale.php diff --git a/wp-includes/locale.php b/wp-includes/locale.php index b8ad4637..6a459e3e 100644 --- a/wp-includes/locale.php +++ b/wp-includes/locale.php @@ -7,19 +7,4 @@ * @since 1.2.0 */ -/** WP_Locale class */ -require_once ABSPATH . WPINC . '/class-wp-locale.php'; - -/** - * Checks if current locale is RTL. - * - * @since 3.0.0 - * - * @global WP_Locale $wp_locale - * - * @return bool Whether locale is RTL. - */ -function is_rtl() { - global $wp_locale; - return $wp_locale->is_rtl(); -} +_deprecated_file( basename( __FILE__ ), '4.7.0' );