diff --git a/wp-includes/locale.php b/wp-includes/locale.php index ded33782ba..9ff1159103 100644 --- a/wp-includes/locale.php +++ b/wp-includes/locale.php @@ -78,6 +78,10 @@ class WP_Locale { public $text_direction = 'ltr'; /** + * The thousands separator and decimal point values used for localizing numbers. + * + * @since 2.3.0 + * @access public * @var array */ public $number_format; diff --git a/wp-includes/version.php b/wp-includes/version.php index 43ef71e006..3944c508e7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34488'; +$wp_version = '4.4-alpha-34489'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.