From 4c74c4a298db1d9be923adf10dc0febb4a057085 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 3 Nov 2014 03:39:01 +0000 Subject: [PATCH] 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 --- src/wp-includes/locale.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wp-includes/locale.php b/src/wp-includes/locale.php index 0def2765a1..73f282c300 100644 --- a/src/wp-includes/locale.php +++ b/src/wp-includes/locale.php @@ -84,6 +84,11 @@ class WP_Locale { */ var $text_direction = 'ltr'; + /** + * @var array + */ + var $number_format; + /** * Sets up the translated strings and object properties. *