diff --git a/wp-includes/shortcodes.php b/wp-includes/shortcodes.php index 06ef90d868..ecf1aeba39 100644 --- a/wp-includes/shortcodes.php +++ b/wp-includes/shortcodes.php @@ -580,7 +580,7 @@ function shortcode_atts( $pairs, $atts, $shortcode = '' ) { if ( $shortcode ) { /** - * Filters a shortcode's default attributes. + * Filters shortcode attributes. * * If the third parameter of the shortcode_atts() function is present then this filter is available. * The third parameter, $shortcode, is the name of the shortcode. diff --git a/wp-includes/version.php b/wp-includes/version.php index 7bfae047fd..fa1b4f59e9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47086'; +$wp_version = '5.4-alpha-47087'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.