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-admin/includes/template.php

    r45723 r45737  
    758758 * @since 4.4.0 Converted to use get_comment() instead of the global `$comment`.
    759759 *
    760  * @global WP_Locale  $wp_locale
     760 * @global WP_Locale $wp_locale WordPress date and time locale object.
    761761 *
    762762 * @param int|bool $edit      Accepts 1|true for editing the date, 0|false for adding the date.
     
    19061906 * @global string    $hook_suffix
    19071907 * @global string    $admin_body_class
    1908  * @global WP_Locale $wp_locale
     1908 * @global WP_Locale $wp_locale        WordPress date and time locale object.
    19091909 *
    19101910 * @param string $title      Optional. Title of the Iframe page. Default empty.
Note: See TracChangeset for help on using the changeset viewer.