Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58394, comment 10


Ignore:
Timestamp:
06/08/2023 06:48:18 AM (16 months ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58394, comment 10

    initial v1  
    66}}}
    77
    8 In short, `$wp_styles->registered[ $handle ]` is `false`, but the `$handle` is present within `$wp_styles->queue`.
     8In short, `$wp_styles->registered[ $handle ]` is `null` / unset, but the `$handle` is present within `$wp_styles->queue`.
    99
    1010Previously this didn't throw a notice, as `wp_styles()->get_data( $handle, 'path' )` returned false.