]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/locale.php
WordPress 4.7
[autoinstalls/wordpress.git] / wp-includes / locale.php
index b8ad4637216520d4d4dee3a4f7bfaaa86cd6ede6..6a459e3e3469d9fb08d8116f64e465edd744710f 100644 (file)
@@ -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' );