Changeset 6119
- Timestamp:
- 09/15/2007 09:50:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r6074 r6119 667 667 echo $output; 668 668 $cache[ $key ] = $output; 669 wp_cache_ add( 'get_calendar', $cache, 'calendar' );669 wp_cache_set( 'get_calendar', $cache, 'calendar' ); 670 670 } 671 671
Note: See TracChangeset
for help on using the changeset viewer.