Changeset 18254 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 06/10/2011 11:01:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r18228 r18254 1059 1059 ob_start(); 1060 1060 call_user_func_array( $callback, $args ); 1061 set_transient( $cache_key, ob_get_flush(), 43200); // Default lifetime in cache of 12 hours (same as the feeds) 1061 set_transient( $cache_key, ob_get_flush(), 43200); // Default lifetime in cache of 12 hours (same as the feeds) 1062 1062 } 1063 1063
Note: See TracChangeset
for help on using the changeset viewer.