Make WordPress Core

Changeset 45163


Ignore:
Timestamp:
04/11/2019 09:15:29 PM (6 years ago)
Author:
SergeyBiryukov
Message:

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

See #43187, #46543.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/formatting.php

    r45134 r45163  
    30333033 * Adds rel noreferrer and noopener to all HTML A elements that have a target.
    30343034 *
     3035 * @since 5.1.0
     3036 *
    30353037 * @param string $text Content that may contain HTML A elements.
    30363038 * @return string Converted content.
     
    30503052 * Will not duplicate existing noreferrer and noopener values
    30513053 * to prevent from invalidating the HTML.
     3054 *
     3055 * @since 5.1.0
    30523056 *
    30533057 * @param array $matches Single Match
Note: See TracChangeset for help on using the changeset viewer.