diff --git a/projects/plugins/jetpack/_inc/lib/class.core-rest-api-endpoints.php b/projects/plugins/jetpack/_inc/lib/class.core-rest-api-endpoints.php index d1c7765a0ac06..4923e4b82ee2b 100644 --- a/projects/plugins/jetpack/_inc/lib/class.core-rest-api-endpoints.php +++ b/projects/plugins/jetpack/_inc/lib/class.core-rest-api-endpoints.php @@ -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',