Changeset 40793 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 05/19/2017 02:35:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r40790 r40793 981 981 } 982 982 983 $locale = get_ locale();983 $locale = get_user_locale(); 984 984 $cache_key = 'dash_' . md5( $widget_id . '_' . $locale ); 985 985 if ( false !== ( $output = get_transient( $cache_key ) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.