Changeset 10523 for trunk/wp-includes/formatting.php
- Timestamp:
- 02/08/2009 04:16:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r10459 r10523 849 849 $tagqueue = ''; 850 850 // Pop or Push 851 if ( $regex[1][0] == "/") { // End Tag851 if ( isset($regex[1][0]) && '/' == $regex[1][0] ) { // End Tag 852 852 $tag = strtolower(substr($regex[1],1)); 853 853 // if too many closing tags
Note: See TracChangeset
for help on using the changeset viewer.