From 88836de35c7c3a2aebd3477618c5f78aaf8307bc Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 19 Jan 2020 13:39:21 +0000 Subject: [PATCH] Docs: Correct description for `shortcode_atts_{$shortcode}` filter. Props glebkema. Fixes #49225. git-svn-id: https://develop.svn.wordpress.org/trunk@47087 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/shortcodes.php b/src/wp-includes/shortcodes.php index 06ef90d868..ecf1aeba39 100644 --- a/src/wp-includes/shortcodes.php +++ b/src/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.