Changeset 61139 for trunk/src/wp-includes/shortcodes.php
- Timestamp:
- 11/04/2025 07:49:55 PM (5 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r60901 r61139 320 320 * 321 321 * @param array $tagnames Optional. List of shortcodes to find. Defaults to all registered shortcodes. 322 * @return string The shortcode search regular expression 322 * @return string The shortcode search regular expression. 323 323 */ 324 324 function get_shortcode_regex( $tagnames = null ) {
Note: See TracChangeset
for help on using the changeset viewer.