Changeset 49963 for trunk/src/wp-includes/shortcodes.php
- Timestamp:
- 01/15/2021 08:06:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r49193 r49963 300 300 * @global array $shortcode_tags 301 301 * 302 * @param array $m Regular expression match array 303 * @return string|false False on failure.302 * @param array $m Regular expression match array. 303 * @return string|false Shortcode output on success, false on failure. 304 304 */ 305 305 function do_shortcode_tag( $m ) {
Note: See TracChangeset
for help on using the changeset viewer.