Skip to content

Commit

Permalink
query facebook by default
Browse files Browse the repository at this point in the history
  • Loading branch information
billerickson committed Aug 19, 2016
1 parent 497013a commit 6c8e6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public function settings_default() {
'theme_location' => '',
'included_services' => array( 'facebook', 'twitter', 'pinterest' ),
'included_services_raw' => 'facebook,twitter,pinterest',
'query_services' => array(),
'query_services' => array( 'facebook' ),
'dismissed_notices' => array(),
);
}
Expand Down

0 comments on commit 6c8e6ef

Please sign in to comment.