Docs: Add missing @since tags for wp_targeted_link_rel() and wp_targeted_link_rel_callback().

See #43187, #46543.
Built from https://develop.svn.wordpress.org/trunk@45163


git-svn-id: http://core.svn.wordpress.org/trunk@44972 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-04-11 21:16:51 +00:00
parent b3057080e8
commit 3ab2803af2
2 changed files with 5 additions and 1 deletions

View File

@@ -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
*/