Changeset 28479 for trunk/src/wp-admin/includes/import.php
- Timestamp:
- 05/18/2014 08:51:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/import.php
r27374 r28479 120 120 */ 121 121 function wp_get_popular_importers() { 122 include ABSPATH . WPINC . '/version.php'; // include an unmodified $wp_version122 include( ABSPATH . WPINC . '/version.php' ); // include an unmodified $wp_version 123 123 124 124 $locale = get_locale();
Note: See TracChangeset
for help on using the changeset viewer.