- Timestamp:
- 07/06/2020 07:13:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r47841 r48344 163 163 * @since 5.3.0 164 164 * 165 * @return array|bool The test results. False if auto updates are enabled.165 * @return array|bool The test results. False if auto-updates are enabled. 166 166 */ 167 167 public function test_wp_automatic_updates_disabled() { … … 187 187 * @since 5.2.0 188 188 * 189 * @return array|bool The test results. False if the auto updates failed.189 * @return array|bool The test results. False if the auto-updates failed. 190 190 */ 191 191 function test_if_failed_update() {
Note: See TracChangeset
for help on using the changeset viewer.