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:
parent
480b5c88c3
commit
88836de35c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user