array( 'href' => array(), 'target' => array(), 'rel' => array(), ), 'strong' => true, ) ), esc_url( Redirect::get_url( 'wpcom-tos' ) ), esc_url( Redirect::get_url( 'jetpack-support-what-data-does-jetpack-sync' ) ) ); } /** * Returns partnership related pre-connection messages. * * @since 10.4 * * @deprecated 13.3 * * @return array An array containing the pre-connection JITM messages. */ private function maybe_get_raw_partnership_messages() { _deprecated_function( __METHOD__, 'jetpack-13.3' ); return array(); } /** * Adds the input query arguments to the admin url. * * @deprecated 13.3 * * @param array $args The query arguments. * * @return string The admin url. */ private function generate_admin_url( $args ) { $url = add_query_arg( $args, admin_url( 'admin.php' ) ); return $url; } /** * Add the Jetpack pre-connection JITMs to the list of pre-connection JITM messages. * * @deprecated 13.3 * * @param array $pre_connection_messages An array of pre-connection JITMs. * * @return array The array of pre-connection JITMs. */ public function add_pre_connection_jitms( $pre_connection_messages ) { _deprecated_function( __METHOD__, 'jetpack-13.3' ); return $pre_connection_messages; } }