Skip to content

Commit

Permalink
Update default sharing buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve committed Sep 29, 2023
1 parent b21e9ae commit 37c9f87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2494,7 +2494,7 @@ public static function get_updateable_data_list( $selector = '' ) {
'description' => esc_html__( 'Enabled Services and those hidden behind a button', 'jetpack' ),
'type' => 'object',
'default' => array(
'visible' => array( 'twitter', 'facebook' ),
'visible' => array( 'facebook', 'x' ),
'hidden' => array(),
),
'validate_callback' => __CLASS__ . '::validate_services',
Expand Down

0 comments on commit 37c9f87

Please sign in to comment.