Changeset 25851 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 10/18/2013 09:23:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r25843 r25851 1586 1586 1587 1587 // More fine grained control can be done through the WP_AUTO_UPDATE_CORE constant and filters. 1588 $disabled = defined( 'AUTOMATIC_UPDATE S_DISABLED' ) && AUTOMATIC_UPDATES_DISABLED;1589 1590 return apply_filters( 'automatic_update s_disabled', $disabled );1588 $disabled = defined( 'AUTOMATIC_UPDATER_DISABLED' ) && AUTOMATIC_UPDATER_DISABLED; 1589 1590 return apply_filters( 'automatic_updater_disabled', $disabled ); 1591 1591 } 1592 1592
Note: See TracChangeset
for help on using the changeset viewer.