In `WP_Locale`, declare `$number_format` as a property.

See #30224.


git-svn-id: https://develop.svn.wordpress.org/trunk@30183 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-11-03 03:39:01 +00:00
parent bfa6702145
commit 4c74c4a298
1 changed files with 5 additions and 0 deletions

View File

@ -84,6 +84,11 @@ class WP_Locale {
*/
var $text_direction = 'ltr';
/**
* @var array
*/
var $number_format;
/**
* Sets up the translated strings and object properties.
*