Changeset 47198 for trunk/src/wp-admin/includes/import.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/import.php
r47122 r47198 138 138 function wp_get_popular_importers() { 139 139 // Include an unmodified $wp_version. 140 include( ABSPATH . WPINC . '/version.php' );140 require ABSPATH . WPINC . '/version.php'; 141 141 142 142 $locale = get_user_locale();
Note: See TracChangeset
for help on using the changeset viewer.