Changes between Initial Version and Version 1 of Ticket #29029, comment 1
- Timestamp:
- 07/25/2014 10:54:42 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29029, comment 1
initial v1 35 35 }}} 36 36 37 `get_shortcode_regex()` now acceptsan optional array, which you can pass specific tags to build the shortcode regex with. This means we can do fun stuff like this:37 `get_shortcode_regex()` is changed to accept an optional array, which you can pass specific tags to build the shortcode regex with. This means we can do fun stuff like this: 38 38 39 39 `get_shortcodes( $content, 'gallery' )`