- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r49292 r49927 129 129 * @since 5.3.0 130 130 * 131 * @return array| boolThe test results. False if auto-updates are enabled.131 * @return array|false The test results. False if auto-updates are enabled. 132 132 */ 133 133 public function test_wp_automatic_updates_disabled() { … … 153 153 * @since 5.2.0 154 154 * 155 * @return array| boolThe test results. False if the auto-updates failed.155 * @return array|false The test results. False if the auto-updates failed. 156 156 */ 157 157 function test_if_failed_update() { … … 303 303 * @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass. 304 304 * 305 * @return array| boolThe test results. False if they're not writeable.305 * @return array|false The test results. False if they're not writeable. 306 306 */ 307 307 function test_all_files_writable() { … … 388 388 * @since 5.2.0 389 389 * 390 * @return array| boolThe test results. False if it isn't a development version.390 * @return array|false The test results. False if it isn't a development version. 391 391 */ 392 392 function test_accepts_dev_updates() {
Note: See TracChangeset
for help on using the changeset viewer.