X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8d3bb1a5dcfdea9857d3c88c3751f09593e34dc8..ef91a7f4f3c6468973e192335a27ec0e0faca0b5:/wp-includes/compat.php diff --git a/wp-includes/compat.php b/wp-includes/compat.php index 696e2b8e..0ccee2d4 100644 --- a/wp-includes/compat.php +++ b/wp-includes/compat.php @@ -450,7 +450,7 @@ if ( ! function_exists( 'array_replace_recursive' ) ) : * * @since 4.5.3 * - * @see http://php.net/manual/en/function.array-replace-recursive.php#109390 + * @see https://secure.php.net/manual/en/function.array-replace-recursive.php#109390 * * @param array $base Array with keys needing to be replaced. * @param array $replacements Array with the replaced keys.