Changeset 39351
- Timestamp:
- 11/23/2016 05:34:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r38877 r39351 245 245 * 246 246 * @since 2.5.0 247 * 248 * @global array $shortcode_tags 249 * 250 * @param array $tagnames List of shortcodes to find. Optional. Defaults to all registered shortcodes. 247 * @since 4.4.0 Added the `$tagnames` parameter. 248 * 249 * @global array $shortcode_tags 250 * 251 * @param array $tagnames Optional. List of shortcodes to find. Defaults to all registered shortcodes. 251 252 * @return string The shortcode search regular expression 252 253 */
Note: See TracChangeset
for help on using the changeset viewer.