]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/compat.php
WordPress 4.7
[autoinstalls/wordpress.git] / wp-includes / compat.php
index 696e2b8ea968153fe58ac04c261055994570a5a9..0ccee2d4986af983f7ccff8ccab9aaddb4aac72e 100644 (file)
@@ -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.