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
This commit is contained in:
parent
97146ee2cb
commit
de5e9d01a9
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue