Changeset 37866 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 06/26/2016 11:29:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r37753 r37866 2266 2266 2267 2267 if ( ! $post ) { 2268 return false; 2269 } 2270 2271 if ( empty( $d ) ) { 2268 // For backward compatibility, failures go through the filter below. 2269 $the_time = false; 2270 } elseif ( empty( $d ) ) { 2272 2271 $the_time = get_post_modified_time( get_option( 'date_format' ), false, $post, true ); 2273 2272 } else { … … 2422 2421 2423 2422 if ( ! $post ) { 2424 return false; 2425 } 2426 2427 if ( empty( $d ) ) { 2423 // For backward compatibility, failures go through the filter below. 2424 $the_time = false; 2425 } elseif ( empty( $d ) ) { 2428 2426 $the_time = get_post_modified_time( get_option( 'time_format' ), false, $post, true ); 2429 2427 } else {
Note: See TracChangeset
for help on using the changeset viewer.