Changeset 5248 for trunk/wp-includes/general-template.php
- Timestamp:
- 04/12/2007 02:27:12 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r5144 r5248 636 636 echo $output; 637 637 $cache[ $key ] = $output; 638 wp_cache_ set( 'get_calendar', $cache, 'calendar' );638 wp_cache_add( 'get_calendar', $cache, 'calendar' ); 639 639 } 640 640
Note: See TracChangeset
for help on using the changeset viewer.