]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/locale.php
WordPress 4.1.1-scripts
[autoinstalls/wordpress.git] / wp-includes / locale.php
index 0def2765a11e9625e8ad45f885ea69321b5bac3d..73f282c300e96133d794072a82dc06e0e8829e5e 100644 (file)
@@ -84,6 +84,11 @@ class WP_Locale {
         */
        var $text_direction = 'ltr';
 
+       /**
+        * @var array
+        */
+       var $number_format;
+       
        /**
         * Sets up the translated strings and object properties.
         *