Add an entry to the changelog for `wp_make_link_relative()` noting that intentional support was added for relative URLs.
See #30373. Built from https://develop.svn.wordpress.org/trunk@30496 git-svn-id: http://core.svn.wordpress.org/trunk@30485 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3ace1fac81
commit
2fda44cb77
|
@ -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.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30495';
|
||||
$wp_version = '4.1-beta2-30496';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue