File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ function tootpress_restore_factory_settings() {
116116 update_option ('tootpress_mastodon_instance ' ,"" );
117117 update_option ('tootpress_mastodon_oauth_access_token ' ,"" );
118118 update_option ('tootpress_mastodon_account_id ' ,"" );
119+ update_option ('tootpress_mastodon_account_name ' ,"" );
119120 update_option ('tootpress_mastodon_amount_of_requests ' ,"0 " );
120121 update_option ('tootpress_latest_toot ' ,"" );
121122 update_option ('tootpress_oldest_toot ' ,"" );
@@ -128,6 +129,7 @@ function tootpress_restore_factory_settings() {
128129 update_option ('tootpress_amount_toots_page ' ,"50 " );
129130 update_option ('tootpress_navigation ' ,"standard " );
130131 update_option ('tootpress_css ' ,"1 " );
132+ update_option ('tootpress_backlink ' ,'0 ' );
131133 update_option ('tootpress_developer ' ,"0 " );
132134
133135 global $ wpdb ;
You can’t perform that action at this time.
0 commit comments