We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70bf9a commit 3709081Copy full SHA for 3709081
plugins/view-transitions/includes/theme.php
@@ -365,10 +365,6 @@ function plvt_load_view_transitions(): void {
365
* are included in the page output.
366
*/
367
function plvt_print_view_transitions_admin_style(): void {
368
- if ( ! current_theme_supports( 'view-transitions' ) ) {
369
- return;
370
- }
371
-
372
$options = plvt_get_stored_setting_value();
373
if ( ! isset( $options['enable_admin_transitions'] ) || true !== $options['enable_admin_transitions'] ) {
374
return;
0 commit comments