Skip to content

Commit

Permalink
fix filters
Browse files Browse the repository at this point in the history
  • Loading branch information
corsacca committed Aug 31, 2023
1 parent 31896a5 commit 36eeb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-type/module-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ public static function dt_user_list_filters( $filters, $post_type ){
];
// add assigned to me filters
$filters['filters'][] = [
'ID' => 'all',
'ID' => 'all_status',
'tab' => 'by_status',
'name' => __( 'All', 'disciple-tools-plugin-starter-template' ),
'query' => [
Expand Down

0 comments on commit 36eeb3f

Please sign in to comment.