Make WordPress Core


Ignore:
Timestamp:
08/04/2019 01:45:03 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing description for $wp_locale global.

Props mukesh27.
See #45604, #47110.

File:
1 edited

Legend:

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

    r45736 r45737  
    8484 * @since 0.71
    8585 *
    86  * @global WP_Locale $wp_locale
     86 * @global WP_Locale $wp_locale WordPress date and time locale object.
    8787 *
    8888 * @param string   $dateformatstring      Format to display the date.
     
    203203 * @since 4.4.0
    204204 *
    205  * @global WP_Locale $wp_locale
     205 * @global WP_Locale $wp_locale WordPress date and time locale object.
    206206 *
    207207 * @param string $date Formatted date string.
     
    268268 * @since 2.3.0
    269269 *
    270  * @global WP_Locale $wp_locale
     270 * @global WP_Locale $wp_locale WordPress date and time locale object.
    271271 *
    272272 * @param float $number   The number to convert based on locale.
Note: See TracChangeset for help on using the changeset viewer.