Changeset 35982 for trunk/src/wp-includes/shortcodes.php
- Timestamp:
- 12/16/2015 11:22:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r35543 r35982 598 598 599 599 /** 600 * 601 * @param array $m 602 * @return string|false 600 * Strips a shortcode tag based on RegEx matches against post content. 601 * 602 * @since 3.3.0 603 * 604 * @param array $m RegEx matches against post content. 605 * @return string|false The content stripped of the tag, otherwise false. 603 606 */ 604 607 function strip_shortcode_tag( $m ) {
Note: See TracChangeset
for help on using the changeset viewer.