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

See #47863.
Built from https://develop.svn.wordpress.org/trunk@46465


git-svn-id: http://core.svn.wordpress.org/trunk@46263 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-10-12 02:50:03 +00:00
parent b0e0f69b2e
commit cf1c5e1b54
2 changed files with 3 additions and 3 deletions

View File

@ -488,9 +488,9 @@ function get_shortcode_atts_regex() {
* retrieval of the attributes, since all attributes have to be known.
*
* @since 2.5.0
* @since 5.3.0 Support of a full shortcode input.
* @since 5.3.0 Added support of a full shortcode input.
*
* @param string $text Any single shortcode of any format or key/value pair string.
* @param string $text Any single shortcode of any format or key/value pair string.
* @return array|string List of attribute values.
* Returns empty array if trim( $text ) == '""'.
* Returns empty string if trim( $text ) == ''.

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-beta3-46464';
$wp_version = '5.3-beta3-46465';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.