Changeset 43591
- Timestamp:
- 08/30/2018 08:49:40 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r43582 r43591 2308 2308 2309 2309 if ( '' == $d ) { 2310 $the_date = mysql2date( get_option( 'date_format' ), $post->post_date );2310 $the_date = get_post_time( get_option( 'date_format' ), false, $post, true ); 2311 2311 } else { 2312 $the_date = mysql2date( $d, $post->post_date );2312 $the_date = get_post_time( $d, false, $post, true ); 2313 2313 } 2314 2314
Note: See TracChangeset
for help on using the changeset viewer.