Make WordPress Core

Changeset 34489


Ignore:
Timestamp:
09/24/2015 01:25:55 PM (9 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

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

    r34046 r34489  
    7979
    8080    /**
     81     * The thousands separator and decimal point values used for localizing numbers.
     82     *
     83     * @since 2.3.0
     84     * @access public
    8185     * @var array
    8286     */
Note: See TracChangeset for help on using the changeset viewer.