Changeset 23251 for branches/3.5/wp-admin/includes/update-core.php
- Timestamp:
- 01/03/2013 07:11:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.5/wp-admin/includes/update-core.php
- Property svn:mergeinfo set to
r23205 r23251 703 703 list($type, $filename) = explode('/', $file, 2); 704 704 705 // Check to see if the bundled items exist before attempting to copy them 706 if ( ! $wp_filesystem->exists( $from . $distro . 'wp-content/' . $file ) ) 707 continue; 708 705 709 if ( 'plugins' == $type ) 706 710 $dest = $wp_filesystem->wp_plugins_dir();
Note: See TracChangeset
for help on using the changeset viewer.