Changeset 38705 for trunk/src/wp-admin/includes/import.php
- Timestamp:
- 10/03/2016 07:03:41 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/import.php
r38075 r38705 126 126 include( ABSPATH . WPINC . '/version.php' ); // include an unmodified $wp_version 127 127 128 $locale = get_ locale();128 $locale = get_user_locale(); 129 129 $cache_key = 'popular_importers_' . md5( $locale . $wp_version ); 130 130 $popular_importers = get_site_transient( $cache_key ); … … 132 132 if ( ! $popular_importers ) { 133 133 $url = add_query_arg( array( 134 'locale' => get_ locale(),134 'locale' => get_user_locale(), 135 135 'version' => $wp_version, 136 136 ), 'http://api.wordpress.org/core/importers/1.1/' );
Note: See TracChangeset
for help on using the changeset viewer.