Changeset 28763 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 06/17/2014 06:06:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r28762 r28763 275 275 array_push($stack, $matches[1]); 276 276 } 277 } elseif ( 0 == count( $stack ) ) { 278 // Stack is empty. Just stop. 277 279 } else { 278 280 // Closing? Check $text+2 against disabled elements
Note: See TracChangeset
for help on using the changeset viewer.