wp/wp-includes/https-detection.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- a/wp/wp-includes/https-detection.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/https-detection.php	Tue Sep 27 16:37:53 2022 +0200
@@ -179,7 +179,7 @@
  * @access private
  *
  * @param array $request The Cron request arguments.
- * @return array $request The filtered Cron request arguments.
+ * @return array The filtered Cron request arguments.
  */
 function wp_cron_conditionally_prevent_sslverify( $request ) {
 	if ( 'https' === wp_parse_url( $request['url'], PHP_URL_SCHEME ) ) {