Changeset 38849 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 10/21/2016 02:53:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r38826 r38849 1714 1714 $output = ''; 1715 1715 1716 $last_changed = wp_cache_get( 'last_changed', 'posts' ); 1717 if ( ! $last_changed ) { 1718 $last_changed = microtime(); 1719 wp_cache_set( 'last_changed', $last_changed, 'posts' ); 1720 } 1716 $last_changed = wp_cache_get_last_changed( 'posts' ); 1721 1717 1722 1718 $limit = $r['limit'];
Note: See TracChangeset
for help on using the changeset viewer.