Changeset 24066 for trunk/wp-includes/functions.php
- Timestamp:
- 04/22/2013 10:11:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r23922 r24066 3986 3986 if ( empty( $tag ) ) 3987 3987 return; 3988 3989 return sprintf( '(<%1$s[^>]*(?:/?>$|>[\s\S]*?</%1$s>))', tag_escape( $tag ) ); 3990 } 3988 return sprintf( '<%1$s[^<]*(?:>[\s\S]*<\/%1$s>|\s*\/>)', tag_escape( $tag ) ); 3989 }
Note: See TracChangeset
for help on using the changeset viewer.