Skip to content

Commit 2622e60

Browse files
chore: formatting
1 parent ec4029e commit 2622e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/feedzy-rss-feeds-import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3252,7 +3252,7 @@ public function save_tab_settings( $settings, $tab ) {
32523252
) {
32533253
return array();
32543254
}
3255-
3255+
32563256
if ( 'misc' === $tab ) {
32573257
$settings['canonical'] = isset( $_POST['canonical'] ) ? absint( $_POST['canonical'] ) : 0;
32583258
$settings['general']['rss-feeds'] = isset( $_POST['rss-feeds'] ) ? absint( $_POST['rss-feeds'] ) : '';

0 commit comments

Comments
 (0)