From 2fda44cb773018e38385e1bbb63ab8a8673dd9ff Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 21 Nov 2014 03:44:23 +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. Built from https://develop.svn.wordpress.org/trunk@30496 git-svn-id: http://core.svn.wordpress.org/trunk@30485 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 5209124c4d..79eeac9c08 100644 --- a/wp-includes/formatting.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 0838b0867a..dcaea7fa7d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.