Make WordPress Core

Changeset 43549


Ignore:
Timestamp:
08/02/2018 03:12:56 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct parameter name in strip_shortcodes_tagnames filter DocBlock.

Props uttam007.
Fixes #44691.

File:
1 edited

Legend:

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

    r42738 r43549  
    610610     * @since 4.7.0
    611611     *
    612      * @param array  $tag_array Array of shortcode tags to remove.
    613      * @param string $content   Content shortcodes are being removed from.
     612     * @param array  $tags_to_remove Array of shortcode tags to remove.
     613     * @param string $content        Content shortcodes are being removed from.
    614614     */
    615615    $tags_to_remove = apply_filters( 'strip_shortcodes_tagnames', $tags_to_remove, $content );
Note: See TracChangeset for help on using the changeset viewer.