diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index b7380a2c50..736a653dac 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -3032,6 +3032,8 @@ function wp_rel_nofollow_callback( $matches ) { /** * Adds rel noreferrer and noopener to all HTML A elements that have a target. * + * @since 5.1.0 + * * @param string $text Content that may contain HTML A elements. * @return string Converted content. */ @@ -3050,6 +3052,8 @@ function wp_targeted_link_rel( $text ) { * Will not duplicate existing noreferrer and noopener values * to prevent from invalidating the HTML. * + * @since 5.1.0 + * * @param array $matches Single Match * @return string HTML A Element with rel noreferrer noopener in addition to any existing values */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 24da2cf0ff..37fd12f1db 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta2-45162'; +$wp_version = '5.2-beta2-45163'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.