- Timestamp:
- 04/07/2017 02:35:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-automatic-updater.php
r38459 r40394 32 32 public function is_disabled() { 33 33 // Background updates are disabled if you don't want file changes. 34 if ( defined( 'DISALLOW_FILE_MODS' ) && DISALLOW_FILE_MODS)34 if ( wp_disallow_file_mods( 'automatic_updater' ) ) 35 35 return true; 36 36
Note: See TracChangeset
for help on using the changeset viewer.