Changes between Initial Version and Version 1 of Ticket #58394, comment 10
- Timestamp:
- 06/08/2023 06:48:18 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58394, comment 10
initial v1 6 6 }}} 7 7 8 In short, `$wp_styles->registered[ $handle ]` is ` false`, but the `$handle` is present within `$wp_styles->queue`.8 In short, `$wp_styles->registered[ $handle ]` is `null` / unset, but the `$handle` is present within `$wp_styles->queue`. 9 9 10 10 Previously this didn't throw a notice, as `wp_styles()->get_data( $handle, 'path' )` returned false.