Changeset 51955 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 10/29/2021 11:11:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r51918 r51955 3540 3540 * Given a date in UTC or GMT timezone, returns that date in the timezone of the site. 3541 3541 * 3542 * Requires a nd returns adate in the Y-m-d H:i:s format.3543 * Return format can be overridden using the $formatparameter.3542 * Requires a date in the Y-m-d H:i:s format. 3543 * Default return format of 'Y-m-d H:i:s' can be overridden using the `$format` parameter. 3544 3544 * 3545 3545 * @since 1.2.0
Note: See TracChangeset
for help on using the changeset viewer.