We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4029e commit 2622e60Copy full SHA for 2622e60
includes/admin/feedzy-rss-feeds-import.php
@@ -3252,7 +3252,7 @@ public function save_tab_settings( $settings, $tab ) {
3252
) {
3253
return array();
3254
}
3255
-
+
3256
if ( 'misc' === $tab ) {
3257
$settings['canonical'] = isset( $_POST['canonical'] ) ? absint( $_POST['canonical'] ) : 0;
3258
$settings['general']['rss-feeds'] = isset( $_POST['rss-feeds'] ) ? absint( $_POST['rss-feeds'] ) : '';
0 commit comments