diff --git a/wp-includes/locale.php b/wp-includes/locale.php index 0def2765a1..73f282c300 100644 --- a/wp-includes/locale.php +++ b/wp-includes/locale.php @@ -84,6 +84,11 @@ class WP_Locale { */ var $text_direction = 'ltr'; + /** + * @var array + */ + var $number_format; + /** * Sets up the translated strings and object properties. * diff --git a/wp-includes/version.php b/wp-includes/version.php index b473ea9b1c..3c4026ead5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30182'; +$wp_version = '4.1-alpha-30183'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.