Skip to content

Commit

Permalink
fix: php warning
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Dec 20, 2024
1 parent 5d2cb2a commit 8dc01a3
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 @@ -370,7 +370,7 @@ public function feedzy_import_feed_options() {
$import_auto_translation = get_post_meta( $post->ID, 'import_auto_translation', true );
$import_auto_translation = 'yes' === $import_auto_translation ? 'checked' : '';
$import_translation_lang = get_post_meta( $post->ID, 'import_auto_translation_lang', true );

$mark_duplicate_tag = get_post_meta( $post->ID, 'mark_duplicate_tag', true );
$import_post_author = get_post_meta( $post->ID, 'import_post_author', true );

/**
Expand Down

0 comments on commit 8dc01a3

Please sign in to comment.