Changeset 25599
- Timestamp:
- 09/24/2013 07:15:58 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r25598 r25599 1440 1440 static function upgrader_disabled() { 1441 1441 // That's a no if you don't want files changes 1442 if ( defined( 'DISA BLE_FILE_MODS' ) && DISABLE_FILE_MODS )1442 if ( defined( 'DISALLOW_FILE_MODS' ) && DISALLOW_FILE_MODS ) 1443 1443 return true; 1444 1444
Note: See TracChangeset
for help on using the changeset viewer.