- Timestamp:
- 05/24/2021 07:23:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php
r50082 r50979 274 274 */ 275 275 function test_check_wp_filesystem_method() { 276 // Make sure the `request_filesystem_credentials ` function is available during our RESTcall.276 // Make sure the `request_filesystem_credentials()` function is available during our REST API call. 277 277 if ( ! function_exists( 'request_filesystem_credentials' ) ) { 278 278 require_once ABSPATH . '/wp-admin/includes/file.php'; … … 325 325 } 326 326 327 // Make sure the `get_core_checksums ` function is available during our RESTcall.327 // Make sure the `get_core_checksums()` function is available during our REST API call. 328 328 if ( ! function_exists( 'get_core_checksums' ) ) { 329 329 require_once ABSPATH . '/wp-admin/includes/update.php';
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)