Make WordPress Core

Ticket #30224: R30183.diff

File R30183.diff, 444 bytes (added by brentvr, 9 years ago)
  • src/wp-includes/locale.php

     
    7878        public $text_direction = 'ltr';
    7979
    8080        /**
     81         * .Stores the thousands separator and decimal point values for use with localizing numbers.
     82         *
     83         * @since Unknown
     84         * @access public
    8185         * @var array
    8286         */
    8387        public $number_format;