Changeset 61675
- Timestamp:
- 02/18/2026 03:20:18 PM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-icons-registry.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-icons-registry.php
r61674 r61675 39 39 * These icons are defined in @wordpress/packages (Gutenberg repository) as 40 40 * SVG files and as entries in a single manifest file. On init, the 41 * registry is loaded with those icons in the manifest which are marked 42 * `public`. 41 * registry is loaded with those icons listed in the manifest. 43 42 */ 44 43 private function __construct() { … … 76 75 ); 77 76 return; 78 }79 80 if ( ! ( $icon_data['public'] ?? false ) ) {81 continue;82 77 } 83 78
Note: See TracChangeset
for help on using the changeset viewer.