From 6866523f2b9fc9a96bc42594eb6b5c65044d065b Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Fri, 21 Nov 2014 03:43:06 +0000 Subject: [PATCH] Add an entry to the changelog for `wp_make_link_relative()` noting that intentional support was added for relative URLs. See #30373. git-svn-id: https://develop.svn.wordpress.org/trunk@30496 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/formatting.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php index 5209124c4d..79eeac9c08 100644 --- a/src/wp-includes/formatting.php +++ b/src/wp-includes/formatting.php @@ -3242,6 +3242,7 @@ function tag_escape($tag_name) { * beginning, so it isn't a true relative link, but from the web root base. * * @since 2.1.0 + * @since 4.1.0 Support was added for relative URLs. * * @param string $link Full URL path. * @return string Absolute path.