diff --git a/wp-includes/shortcodes.php b/wp-includes/shortcodes.php index df29332215..728ec26484 100644 --- a/wp-includes/shortcodes.php +++ b/wp-includes/shortcodes.php @@ -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 ) == ''. diff --git a/wp-includes/version.php b/wp-includes/version.php index d498bd32e8..8a4958e07d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.