Changeset 47430
- Timestamp:
- 03/04/2020 12:03:32 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r47429 r47430 6549 6549 function get_tag_regex( $tag ) { 6550 6550 if ( empty( $tag ) ) { 6551 return ;6551 return ''; 6552 6552 } 6553 6553 return sprintf( '<%1$s[^<]*(?:>[\s\S]*<\/%1$s>|\s*\/>)', tag_escape( $tag ) );
Note: See TracChangeset
for help on using the changeset viewer.