Changeset 18264 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 06/11/2011 03:16:42 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r18254 r18264 1043 1043 } 1044 1044 1045 $cache_key = 'dash_' . md5( $callback . implode(',', $check_urls) );1045 $cache_key = 'dash_' . $widget_id; 1046 1046 if ( false !== ( $output = get_transient( $cache_key ) ) ) { 1047 1047 echo $output; … … 1119 1119 } 1120 1120 update_option( 'dashboard_widget_options', $widget_options ); 1121 $cache_key = 'dash_' . $widget_id; 1122 delete_transient( $cache_key ); 1121 1123 } 1122 1124
Note: See TracChangeset
for help on using the changeset viewer.