Changeset 40802
- Timestamp:
- 05/19/2017 06:59:58 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r40793 r40802 1063 1063 } 1064 1064 update_option( 'dashboard_widget_options', $widget_options ); 1065 $cache_key = 'dash_' . md5( $widget_id ); 1065 $locale = get_user_locale(); 1066 $cache_key = 'dash_' . md5( $widget_id . '_' . $locale ); 1066 1067 delete_transient( $cache_key ); 1067 1068 }
Note: See TracChangeset
for help on using the changeset viewer.