Changeset 45737 for trunk/src/wp-includes/functions.php
- Timestamp:
- 08/04/2019 01:45:03 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
Note: See TracChangeset
for help on using the changeset viewer.