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 27, 2024
1 parent a572991 commit cd9704e
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 @@ -365,7 +365,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 );
$filter_conditions = get_post_meta( $post->ID, 'filter_conditions', true );

Expand Down

0 comments on commit cd9704e

Please sign in to comment.