Changeset 54954
- Timestamp:
- 12/09/2022 12:23:46 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-debug-data.php
r54953 r54954 30 30 * 31 31 * @throws ImagickException 32 * @global wpdb $wpdbWordPress database abstraction object.33 * @global $_wp_theme_features32 * @global wpdb $wpdb WordPress database abstraction object. 33 * @global array $_wp_theme_features 34 34 * 35 35 * @return array The debug data for the site. 36 36 */ 37 37 public static function debug_data() { 38 global $wpdb ;38 global $wpdb, $_wp_theme_features; 39 39 40 40 // Save few function calls. … … 1066 1066 1067 1067 // Populate the section for the currently active theme. 1068 global $_wp_theme_features;1069 1068 $theme_features = array(); 1070 1069
Note: See TracChangeset
for help on using the changeset viewer.