Skip to content

Commit

Permalink
Fix compatibility issue with WP 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Nov 18, 2024
1 parent 0e3d696 commit ac1ac39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/feedzy-rss-feeds-import.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ public function register_import_post_type() {
'name' => __( 'Import Posts', 'feedzy-rss-feeds' ),
'singular_name' => __( 'Import Post', 'feedzy-rss-feeds' ),
'add_new' => __( 'New Import', 'feedzy-rss-feeds' ),
'add_new_item' => false,
'add_new_item' => __( 'New Import', 'feedzy-rss-feeds' ),
'edit_item' => false,
'new_item' => __( 'New Import Post', 'feedzy-rss-feeds' ),
'view_item' => __( 'View Import', 'feedzy-rss-feeds' ),
Expand Down

0 comments on commit ac1ac39

Please sign in to comment.