Changeset 25650
- Timestamp:
- 09/30/2013 12:24:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r25649 r25650 1498 1498 $checkout = false; 1499 1499 foreach ( array_unique( $stop_dirs ) as $dir ) { 1500 if ( file_exists( $dir . '/.svn' ) || file_exists( $dir . '/.git' ) ) {1500 if ( file_exists( $dir . '/.svn' ) || file_exists( $dir . '/.git' ) || file_exists( $dir . '/.hg' ) || file_exists( $dir . '/.bzr' ) ) { 1501 1501 $checkout = true; 1502 1502 break;
Note: See TracChangeset
for help on using the changeset viewer.