Make WordPress Core

Changeset 47087


Ignore:
Timestamp:
01/19/2020 01:39:21 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct description for shortcode_atts_{$shortcode} filter.

Props glebkema.
Fixes #49225.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/shortcodes.php

    r47004 r47087  
    581581    if ( $shortcode ) {
    582582        /**
    583          * Filters a shortcode's default attributes.
     583         * Filters shortcode attributes.
    584584         *
    585585         * If the third parameter of the shortcode_atts() function is present then this filter is available.
Note: See TracChangeset for help on using the changeset viewer.