Skip to content

Commit

Permalink
fix: e2e testcase error
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Sep 3, 2024
1 parent 98233f1 commit c8ed6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/views/post_layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ private function get_content_order() {
}
}

if ( ! class_exists( '\Neve_Pro\Admin\Custom_Layouts_Cpt' ) ) {
if ( ! Layout_Single_Post::is_cover_layout() ) {
$content_order = array_unique( array_merge( array( 'title-meta' ), $content_order ) );
}

Expand Down

0 comments on commit c8ed6fb

Please sign in to comment.