Skip to content

Commit

Permalink
Fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdkei authored and mtdkei committed Feb 7, 2025
1 parent d5326e2 commit facf894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/vk-blocks/view/class-vk-blocks-postlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public static function get_loop_query( $attributes ) {
$args['post__in'] = $sticky_posts ?: array( 0 );
$args['posts_per_page'] = count( $args['post__in'] );
$args['orderby'] = $attributes['orderby'];
break;
break;
}

$args = apply_filters( 'vk_blocks_post_list_query_args', $args, $attributes );
Expand Down

0 comments on commit facf894

Please sign in to comment.