Changeset 29344 for trunk/src/wp-includes/functions.php
- Timestamp:
- 08/01/2014 06:39:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r29330 r29344 22 22 * @param string $date Date string to convert. 23 23 * @param bool $translate Whether the return date should be translated. Default true. 24 * @return string|int Formatted date string, or Unix timestamp.24 * @return string|int|bool Formatted date string or Unix timestamp. False if $date is empty. 25 25 */ 26 26 function mysql2date( $format, $date, $translate = true ) {
Note: See TracChangeset
for help on using the changeset viewer.