From f9b0dfbb8bb1c4f5070c70b22e58a729b100f1db Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 19 Jan 2020 13:41:08 +0000 Subject: [PATCH] Docs: Correct description for `shortcode_atts_{$shortcode}` filter. Props glebkema. Fixes #49225. Built from https://develop.svn.wordpress.org/trunk@47087 git-svn-id: http://core.svn.wordpress.org/trunk@46887 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/shortcodes.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.