Skip to content

Commit 3709081

Browse files
Remove theme support check for admin style
1 parent f70bf9a commit 3709081

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugins/view-transitions/includes/theme.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,6 @@ function plvt_load_view_transitions(): void {
365365
* are included in the page output.
366366
*/
367367
function plvt_print_view_transitions_admin_style(): void {
368-
if ( ! current_theme_supports( 'view-transitions' ) ) {
369-
return;
370-
}
371-
372368
$options = plvt_get_stored_setting_value();
373369
if ( ! isset( $options['enable_admin_transitions'] ) || true !== $options['enable_admin_transitions'] ) {
374370
return;

0 commit comments

Comments
 (0)