Make WordPress Core


Ignore:
Timestamp:
11/03/2014 03:39:01 AM (12 years ago)
Author:
wonderboymusic
Message:

In WP_Locale, declare $number_format as a property.

See #30224.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/locale.php

    r26130 r30183  
    8585        var $text_direction = 'ltr';
    8686
     87        /**
     88         * @var array
     89         */
     90        var $number_format;
     91       
    8792        /**
    8893         * Sets up the translated strings and object properties.
Note: See TracChangeset for help on using the changeset viewer.