Changeset 54324
- Timestamp:
- 09/27/2022 10:14:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r54201 r54324 21 21 22 22 /** 23 * Run tests to determine if auto-updates can run.23 * Runs tests to determine if auto-updates can run. 24 24 * 25 25 * @since 5.2.0 … … 59 59 60 60 /** 61 * Test if auto-updates related constants are set correctly.61 * Tests if auto-updates related constants are set correctly. 62 62 * 63 63 * @since 5.2.0 … … 85 85 86 86 /** 87 * Check if updates are intercepted by a filter.87 * Checks if updates are intercepted by a filter. 88 88 * 89 89 * @since 5.2.0 … … 107 107 108 108 /** 109 * Check if automatic updates are disabled by a filter.109 * Checks if automatic updates are disabled by a filter. 110 110 * 111 111 * @since 5.2.0 … … 128 128 129 129 /** 130 * Check if automatic updates are disabled.130 * Checks if automatic updates are disabled. 131 131 * 132 132 * @since 5.3.0 … … 152 152 153 153 /** 154 * Check if automatic updates have tried to run, but failed, previously.154 * Checks if automatic updates have tried to run, but failed, previously. 155 155 * 156 156 * @since 5.2.0 … … 198 198 199 199 /** 200 * Check if WordPress is controlled by a VCS (Git, Subversion etc).200 * Checks if WordPress is controlled by a VCS (Git, Subversion etc). 201 201 * 202 202 * @since 5.2.0 … … 268 268 269 269 /** 270 * Check if we can access files without providing credentials.270 * Checks if we can access files without providing credentials. 271 271 * 272 272 * @since 5.2.0 … … 300 300 301 301 /** 302 * Check if core files are writable by the web user/group.302 * Checks if core files are writable by the web user/group. 303 303 * 304 304 * @since 5.2.0 … … 387 387 388 388 /** 389 * Check if the install is using a development branch and can use nightly packages.389 * Checks if the install is using a development branch and can use nightly packages. 390 390 * 391 391 * @since 5.2.0 … … 425 425 426 426 /** 427 * Check if the site supports automatic minor updates.427 * Checks if the site supports automatic minor updates. 428 428 * 429 429 * @since 5.2.0
Note: See TracChangeset
for help on using the changeset viewer.