From de5e9d01a9687ba6659e919b5795a4d972bafa3f Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 24 Sep 2015 13:26:24 +0000 Subject: [PATCH] Docs: Add a summary, version, and `@access` tag to the property DocBlock for `WP_Locale->number_format`. See [5308] for where the property was initially introduced. See [31083] for where the property was actually declared. Props brentvr. See #30224. See #32246. Built from https://develop.svn.wordpress.org/trunk@34489 git-svn-id: http://core.svn.wordpress.org/trunk@34453 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/locale.php | 4 ++++ wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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.