Changeset 51919 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 10/18/2021 05:51:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r51898 r51919 2768 2768 * @return object The test results. 2769 2769 */ 2770 function detect_plugin_theme_auto_update_issues() {2770 public function detect_plugin_theme_auto_update_issues() { 2771 2771 $mock_plugin = (object) array( 2772 2772 'id' => 'w.org/plugins/a-fake-plugin', … … 2851 2851 * @return object The test results. 2852 2852 */ 2853 function can_perform_loopback() {2853 public function can_perform_loopback() { 2854 2854 $body = array( 'site-health' => 'loopback-test' ); 2855 2855 $cookies = wp_unslash( $_COOKIE );
Note: See TracChangeset
for help on using the changeset viewer.