- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-automatic-upgrader.php
r37432 r37488 42 42 43 43 /** 44 * Filter whether to entirely disable background updates.44 * Filters whether to entirely disable background updates. 45 45 * 46 46 * There are more fine-grained filters and controls for selective disabling. … … 105 105 106 106 /** 107 * Filter whether the automatic updater should consider a filesystem107 * Filters whether the automatic updater should consider a filesystem 108 108 * location to be potentially managed by a version control system. 109 109 * … … 159 159 160 160 /** 161 * Filter whether to automatically update core, a plugin, a theme, or a language.161 * Filters whether to automatically update core, a plugin, a theme, or a language. 162 162 * 163 163 * The dynamic portion of the hook name, `$type`, refers to the type of update … … 221 221 222 222 /** 223 * Filter whether to notify the site administrator of a new core update.223 * Filters whether to notify the site administrator of a new core update. 224 224 * 225 225 * By default, administrators are notified when the update offer received … … 461 461 462 462 /** 463 * Filter whether to send a debugging email for each automatic background update.463 * Filters whether to send a debugging email for each automatic background update. 464 464 * 465 465 * @since 3.7.0 … … 606 606 607 607 /** 608 * Filter whether to send an email following an automatic background core update.608 * Filters whether to send an email following an automatic background core update. 609 609 * 610 610 * @since 3.7.0 … … 756 756 757 757 /** 758 * Filter the email sent following an automatic background core update.758 * Filters the email sent following an automatic background core update. 759 759 * 760 760 * @since 3.7.0 … … 909 909 910 910 /** 911 * Filter the debug email that can be sent following an automatic911 * Filters the debug email that can be sent following an automatic 912 912 * background core update. 913 913 *
Note: See TracChangeset
for help on using the changeset viewer.