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.