Changeset 35796 for trunk/src/wp-includes/date.php
- Timestamp:
- 12/06/2015 09:49:43 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/date.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/date.php
r34989 r35796 854 854 * You can pass an array of values (year, month, etc.) with missing parameter values being defaulted to 855 855 * either the maximum or minimum values (controlled by the $default_to parameter). Alternatively you can 856 * pass a string that thatwill be run through strtotime().856 * pass a string that will be run through strtotime(). 857 857 * 858 858 * @since 3.7.0
Note: See TracChangeset
for help on using the changeset viewer.