From 72a968ca03f42b157a1fc99af516a3a104ceac63 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 24 Sep 2015 13:25:55 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@34489 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/locale.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-includes/locale.php b/src/wp-includes/locale.php index ded33782ba..9ff1159103 100644 --- a/src/wp-includes/locale.php +++ b/src/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;