File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
compatibility/twenty-twenty-five Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1+ :where(.stk-has-block-style-inheritance.stk--is-twentytwentyfive-theme ) :where(.stk-block-button .stk-button ) {
2+ border-radius : 9999px ;
3+ }
Original file line number Diff line number Diff line change @@ -458,6 +458,8 @@ public function add_body_class_theme_compatibility( $classes ) {
458458 $ classes [] = 'stk--is-twentytwentyone-theme ' ;
459459 } else if ( function_exists ( 'twentytwentytwo_support ' ) ) {
460460 $ classes [] = 'stk--is-twentytwentytwo-theme ' ;
461+ } else if ( function_exists ( 'twentytwentyfive_post_format_setup ' ) ) {
462+ $ classes [] = 'stk--is-twentytwentyfive-theme ' ;
461463 } else if ( function_exists ( 'hello_elementor_setup ' ) ) { // Taken from https://github.com/elementor/hello-theme/blob/master/functions.php
462464 $ classes [] = 'stk--is-helloelementor-theme ' ;
463465 }
You can’t perform that action at this time.
0 commit comments