Make WordPress Core

Ticket #59420: 59420.3.patch

File 59420.3.patch, 480 bytes (added by viralsampat, 2 years ago)

I have checked above mentioned issue and founds new files.

  • src/wp-includes/shortcodes.php

    diff --git src/wp-includes/shortcodes.php src/wp-includes/shortcodes.php
    index 538b6e79da..8782641894 100644
     
    3030 * @since 2.5.0
    3131 */
    3232
    33 /**
    34  * Container for storing shortcode tags and their hook to call for the shortcode.
    35  *
    36  * @since 2.5.0
    37  *
    38  * @name $shortcode_tags
    39  * @var array
    40  * @global array $shortcode_tags
    41  */
    42 $shortcode_tags = array();
    43 
    4433/**
    4534 * Adds a new shortcode.
    4635 *