mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-20 19:24:32 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user