Changeset 23179 for trunk/wp-admin/includes/update-core.php
- Timestamp:
- 12/15/2012 03:09:50 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update-core.php
r22227 r23179 702 702 list($type, $filename) = explode('/', $file, 2); 703 703 704 // Check to see if the bundled items exist before attempting to copy them 705 if ( ! $wp_filesystem->exists( $from . $distro . 'wp-content/' . $file ) ) 706 continue; 707 704 708 if ( 'plugins' == $type ) 705 709 $dest = $wp_filesystem->wp_plugins_dir();
Note: See TracChangeset
for help on using the changeset viewer.