Changeset 45380
- Timestamp:
- 05/23/2019 12:40:08 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r45379 r45380 2659 2659 $time = $post->post_modified; 2660 2660 } 2661 2661 2662 $time = mysql2date( $d, $time, $translate ); 2662 2663 … … 2667 2668 * 2668 2669 * @param string $time The formatted time. 2669 * @param string $d The date format. Accepts 'G', 'U', or php date format. Default 'U'. 2670 * @param bool $gmt Whether to return the GMT time. Default false. 2670 * @param string $d Format to use for retrieving the time the post was modified. 2671 * Accepts 'G', 'U', or php date format. Default 'U'. 2672 * @param bool $gmt Whether to retrieve the GMT time. Default false. 2671 2673 */ 2672 2674 return apply_filters( 'get_post_modified_time', $time, $d, $gmt );
Note: See TracChangeset
for help on using the changeset viewer.