Changeset 23320 for trunk/wp-includes/post.php
- Timestamp:
- 01/22/2013 03:52:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r23319 r23320 3654 3654 $last_changed = wp_cache_get( 'last_changed', 'posts' ); 3655 3655 if ( ! $last_changed ) { 3656 wp_cache_set( 'last_changed', 1, 'posts' );3657 3656 $last_changed = 1; 3657 wp_cache_set( 'last_changed', $last_changed, 'posts' ); 3658 3658 } 3659 3659
Note: See TracChangeset
for help on using the changeset viewer.