Ticket #59420: 59420.3.patch
| File 59420.3.patch, 480 bytes (added by , 2 years ago) |
|---|
-
src/wp-includes/shortcodes.php
diff --git src/wp-includes/shortcodes.php src/wp-includes/shortcodes.php index 538b6e79da..8782641894 100644
30 30 * @since 2.5.0 31 31 */ 32 32 33 /**34 * Container for storing shortcode tags and their hook to call for the shortcode.35 *36 * @since 2.5.037 *38 * @name $shortcode_tags39 * @var array40 * @global array $shortcode_tags41 */42 $shortcode_tags = array();43 44 33 /** 45 34 * Adds a new shortcode. 46 35 *