Make WordPress Core

Changeset 39351


Ignore:
Timestamp:
11/23/2016 05:34:10 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Add a missing changelog entry for the point where the $tagnames parameter was added to get_shortcode_regex().

Props keesiemeijer.
Fixes #38914.

File:
1 edited

Legend:

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

    r38877 r39351  
    245245 *
    246246 * @since 2.5.0
    247  *
    248  * @global array $shortcode_tags
    249  *
    250  * @param array $tagnames List of shortcodes to find. Optional. Defaults to all registered shortcodes.
     247 * @since 4.4.0 Added the `$tagnames` parameter.
     248 *
     249 * @global array $shortcode_tags
     250 *
     251 * @param array $tagnames Optional. List of shortcodes to find. Defaults to all registered shortcodes.
    251252 * @return string The shortcode search regular expression
    252253 */
Note: See TracChangeset for help on using the changeset viewer.