Changeset 48110 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 06/20/2020 12:57:00 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r48100 r48110 2416 2416 * @since 3.0.0 2417 2417 * 2418 * @param string $format Optional. PHP date format defaults to the date_format option if not specified.2419 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default current post.2418 * @param string $format Optional. PHP date format defaults to the date_format option if not specified. 2419 * @param int|WP_Post $post Optional. Post ID or WP_Post object. Default current post. 2420 2420 * @return string|false Date the current post was written. False on failure. 2421 2421 */
Note: See TracChangeset
for help on using the changeset viewer.