diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php index 5209124c4d..79eeac9c08 100644 --- a/src/wp-includes/formatting.php +++ b/src/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.