Changeset 51919 for trunk/src/wp-admin/includes/class-wp-debug-data.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-debug-data.php
r51715 r51919 14 14 * @since 5.2.0 15 15 */ 16 static function check_for_updates() {16 public static function check_for_updates() { 17 17 wp_version_check(); 18 18 wp_update_plugins(); … … 33 33 * @return array The debug data for the site. 34 34 */ 35 static function debug_data() {35 public static function debug_data() { 36 36 global $wpdb; 37 37
Note: See TracChangeset
for help on using the changeset viewer.