Changeset 45737
- Timestamp:
- 08/04/2019 01:45:03 AM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-header.php
r45611 r45737 18 18 * @global string $hook_suffix 19 19 * @global WP_Screen $current_screen 20 * @global WP_Locale $wp_locale 20 * @global WP_Locale $wp_locale WordPress date and time locale object. 21 21 * @global string $pagenow 22 22 * @global string $update_title -
trunk/src/wp-admin/export.php
r45674 r45737 129 129 * 130 130 * @global wpdb $wpdb WordPress database abstraction object. 131 * @global WP_Locale $wp_locale Date and Time Locale object.131 * @global WP_Locale $wp_locale WordPress date and time locale object. 132 132 * 133 133 * @since 3.1.0 -
trunk/src/wp-admin/includes/class-wp-list-table.php
r45734 r45737 537 537 * 538 538 * @global wpdb $wpdb WordPress database abstraction object. 539 * @global WP_Locale $wp_locale 539 * @global WP_Locale $wp_locale WordPress date and time locale object. 540 540 * 541 541 * @param string $post_type -
trunk/src/wp-admin/includes/media.php
r45734 r45737 2529 2529 * @global wpdb $wpdb WordPress database abstraction object. 2530 2530 * @global WP_Query $wp_query 2531 * @global WP_Locale $wp_locale 2531 * @global WP_Locale $wp_locale WordPress date and time locale object. 2532 2532 * @global string $type 2533 2533 * @global string $tab -
trunk/src/wp-admin/includes/template.php
r45723 r45737 758 758 * @since 4.4.0 Converted to use get_comment() instead of the global `$comment`. 759 759 * 760 * @global WP_Locale $wp_locale760 * @global WP_Locale $wp_locale WordPress date and time locale object. 761 761 * 762 762 * @param int|bool $edit Accepts 1|true for editing the date, 0|false for adding the date. … … 1906 1906 * @global string $hook_suffix 1907 1907 * @global string $admin_body_class 1908 * @global WP_Locale $wp_locale 1908 * @global WP_Locale $wp_locale WordPress date and time locale object. 1909 1909 * 1910 1910 * @param string $title Optional. Title of the Iframe page. Default empty. -
trunk/src/wp-admin/install.php
r45673 r45737 292 292 /** 293 293 * @global string $wp_local_package 294 * @global WP_Locale $wp_locale 294 * @global WP_Locale $wp_locale WordPress date and time locale object. 295 295 */ 296 296 $language = ''; -
trunk/src/wp-admin/options-general.php
r45676 r45737 387 387 <?php 388 388 /** 389 * @global WP_Locale $wp_locale 389 * @global WP_Locale $wp_locale WordPress date and time locale object. 390 390 */ 391 391 global $wp_locale; -
trunk/src/wp-admin/setup-config.php
r45676 r45737 89 89 * 90 90 * @global string $wp_local_package 91 * @global WP_Locale $wp_locale 91 * @global WP_Locale $wp_locale WordPress date and time locale object. 92 92 * 93 93 * @param string|array $body_classes -
trunk/src/wp-includes/class-wp-locale-switcher.php
r44134 r45737 214 214 * @since 4.7.0 215 215 * 216 * @global WP_Locale $wp_locale TheWordPress date and time locale object.216 * @global WP_Locale $wp_locale WordPress date and time locale object. 217 217 * 218 218 * @param string $locale The locale to change to. -
trunk/src/wp-includes/customize/class-wp-customize-date-time-control.php
r44459 r45737 190 190 * @see touch_time() 191 191 * 192 * @global WP_Locale $wp_locale 192 * @global WP_Locale $wp_locale WordPress date and time locale object. 193 193 * 194 194 * @return array -
trunk/src/wp-includes/functions.php
r45736 r45737 84 84 * @since 0.71 85 85 * 86 * @global WP_Locale $wp_locale 86 * @global WP_Locale $wp_locale WordPress date and time locale object. 87 87 * 88 88 * @param string $dateformatstring Format to display the date. … … 203 203 * @since 4.4.0 204 204 * 205 * @global WP_Locale $wp_locale 205 * @global WP_Locale $wp_locale WordPress date and time locale object. 206 206 * 207 207 * @param string $date Formatted date string. … … 268 268 * @since 2.3.0 269 269 * 270 * @global WP_Locale $wp_locale 270 * @global WP_Locale $wp_locale WordPress date and time locale object. 271 271 * 272 272 * @param float $number The number to convert based on locale. -
trunk/src/wp-includes/general-template.php
r45735 r45737 1175 1175 * @since 1.0.0 1176 1176 * 1177 * @global WP_Locale $wp_locale 1177 * @global WP_Locale $wp_locale WordPress date and time locale object. 1178 1178 * 1179 1179 * @param string $sep Optional, default is '»'. How to separate the various items … … 1496 1496 * @since 0.71 1497 1497 * 1498 * @global WP_Locale $wp_locale 1498 * @global WP_Locale $wp_locale WordPress date and time locale object. 1499 1499 * 1500 1500 * @param string $prefix Optional. What to display before the title. … … 1773 1773 * 1774 1774 * @global wpdb $wpdb WordPress database abstraction object. 1775 * @global WP_Locale $wp_locale 1775 * @global WP_Locale $wp_locale WordPress date and time locale object. 1776 1776 * 1777 1777 * @param string|array $args { … … 2046 2046 * @global int $monthnum 2047 2047 * @global int $year 2048 * @global WP_Locale $wp_locale 2048 * @global WP_Locale $wp_locale WordPress date and time locale object. 2049 2049 * @global array $posts 2050 2050 * … … 2686 2686 * @since 0.71 2687 2687 * 2688 * @global WP_Locale $wp_locale TheWordPress date and time locale object.2688 * @global WP_Locale $wp_locale WordPress date and time locale object. 2689 2689 */ 2690 2690 function the_weekday() { … … 2717 2717 * @since 0.71 2718 2718 * 2719 * @global WP_Locale $wp_locale TheWordPress date and time locale object.2719 * @global WP_Locale $wp_locale WordPress date and time locale object. 2720 2720 * @global string $currentday The day of the current post in the loop. 2721 2721 * @global string $previousweekday The day of the previous post in the loop. -
trunk/src/wp-includes/l10n.php
r45685 r45737 1554 1554 * @since 3.0.0 1555 1555 * 1556 * @global WP_Locale $wp_locale 1556 * @global WP_Locale $wp_locale WordPress date and time locale object. 1557 1557 * 1558 1558 * @return bool Whether locale is RTL. -
trunk/src/wp-includes/load.php
r45734 r45737 1142 1142 * @access private 1143 1143 * 1144 * @global WP_Locale $wp_locale TheWordPress date and time locale object.1144 * @global WP_Locale $wp_locale WordPress date and time locale object. 1145 1145 * 1146 1146 * @staticvar bool $loaded -
trunk/src/wp-includes/media.php
r45734 r45737 3562 3562 * @global int $content_width 3563 3563 * @global wpdb $wpdb WordPress database abstraction object. 3564 * @global WP_Locale $wp_locale 3564 * @global WP_Locale $wp_locale WordPress date and time locale object. 3565 3565 * 3566 3566 * @param array $args { -
trunk/src/wp-includes/script-loader.php
r45730 r45737 2185 2185 * @link https://api.jqueryui.com/datepicker/#options 2186 2186 * 2187 * @global WP_Locale $wp_locale TheWordPress date and time locale object.2187 * @global WP_Locale $wp_locale WordPress date and time locale object. 2188 2188 */ 2189 2189 function wp_localize_jquery_ui_datepicker() { -
trunk/src/wp-includes/theme.php
r45734 r45737 267 267 * @since 2.1.0 268 268 * 269 * @global WP_Locale $wp_locale 269 * @global WP_Locale $wp_locale WordPress date and time locale object. 270 270 * 271 271 * @return string -
trunk/src/wp-settings.php
r45736 r45737 476 476 * WordPress Locale object for loading locale domain date and various strings. 477 477 * 478 * @global WP_Locale $wp_locale 478 * @global WP_Locale $wp_locale WordPress date and time locale object. 479 479 * @since 2.1.0 480 480 */
Note: See TracChangeset
for help on using the changeset viewer.