Make WordPress Core


Ignore:
Timestamp:
10/12/2019 02:48:26 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Adjust @since note in shortcode_parse_atts() for consistency with similar notes.

See #47863.

File:
1 edited

Legend:

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

    r46369 r46465  
    489489 *
    490490 * @since 2.5.0
    491  * @since 5.3.0 Support of a full shortcode input.
    492  *
    493  * @param string $text  Any single shortcode of any format or key/value pair string.
     491 * @since 5.3.0 Added support of a full shortcode input.
     492 *
     493 * @param string $text Any single shortcode of any format or key/value pair string.
    494494 * @return array|string List of attribute values.
    495495 *                      Returns empty array if trim( $text ) == '""'.
Note: See TracChangeset for help on using the changeset viewer.