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
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-11-21 03:43:06 +00:00
parent 91ca24fe99
commit 6866523f2b

View File

@ -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.