Changeset 15061
- Timestamp:
- 05/29/2010 07:10:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update-core.php
r15059 r15061 295 295 foreach( $roots as $root ) { 296 296 if ( $wp_filesystem->exists($from . $root . '/wp-settings.php') && $wp_filesystem->exists($from . $root . '/wp-admin/admin.php') && 297 !$wp_filesystem->exists($from . $root . '/wp-includes/functions.php') ) {297 $wp_filesystem->exists($from . $root . '/wp-includes/functions.php') ) { 298 298 $distro = $root; 299 299 break;
Note: See TracChangeset
for help on using the changeset viewer.