Changeset 59296
- Timestamp:
- 10/27/2024 09:57:07 PM (6 weeks ago)
- Location:
- branches/6.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.7
-
branches/6.7/src/wp-admin/includes/class-wp-debug-data.php
r59176 r59296 31 31 * 32 32 * @throws ImagickException 33 * @global array $_wp_theme_features34 33 * 35 34 * @return array The debug data for the site. … … 40 39 * 41 40 * When iterating through the debug data, the ordering of the sections 42 * occurs in insertion-order of the assignments into this array. Setting 43 * up empty values here preserves that specific ordering, so it doesn't 44 * depend on when inside this method each section is otherwise assigned. 41 * occurs in insertion-order of the assignments into this array. 45 42 * 46 * When all sections have been modularized, this will be the final single 47 * assignment of the sections before filtering and none will be empty. 48 * 49 * @ticket 61648 43 * This is the single assignment of the sections before filtering. Null-entries will 44 * be automatically be removed. 50 45 */ 51 46 $info = array( … … 727 722 } 728 723 729 730 724 /** 731 725 * Gets the WordPress MU plugins section of the debug data. … … 1014 1008 * 1015 1009 * @since 6.7.0 1010 * 1011 * @global array $_wp_theme_features 1016 1012 * 1017 1013 * @return array
Note: See TracChangeset
for help on using the changeset viewer.