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
This commit is contained in:
Sergey Biryukov 2020-01-19 13:39:21 +00:00
parent 480b5c88c3
commit 88836de35c

View File

@ -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.