Changeset 8589 for trunk/wp-includes/formatting.php
- Timestamp:
- 08/08/2008 05:05:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r8540 r8589 28 28 $curl = $textarr[$i]; 29 29 30 if ( isset($curl{0}) && '<' != $curl{0} && '[' != $curl{0} && $next && !$has_pre_parent) { // If it's not a tag30 if ( !empty($curl) && '<' != $curl{0} && '[' != $curl{0} && $next && !$has_pre_parent) { // If it's not a tag 31 31 // static strings 32 32 $curl = str_replace($static_characters, $static_replacements, $curl);
Note: See TracChangeset
for help on using the changeset viewer.