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 599b683 commit 0af1650Copy full SHA for 0af1650
tootpress_database.php
@@ -128,10 +128,11 @@ function tootpress_restore_factory_settings() {
128
update_option('tootpress_page_id', "");
129
update_option('tootpress_amount_toots_page',"50");
130
update_option('tootpress_navigation',"standard");
131
- update_option('tootpress_css',"1");
+ // CSS Option requires an inverse value
132
+ update_option('tootpress_css',"0");
133
update_option('tootpress_backlink','0');
134
update_option('tootpress_developer',"0");
-
135
+
136
global $wpdb;
137
$table_name=$wpdb->prefix . 'tootpress_toots';
138
$wpdb->get_var( "DELETE FROM $table_name" );
0 commit comments