Ticket #5105: formatting.php.diff
| File formatting.php.diff, 620 bytes (added by , 18 years ago) |
|---|
-
wp-includes/formatting.php
old new 25 25 26 26 for ( $i = 0; $i < $stop; $i++ ) { 27 27 $curl = $textarr[$i]; 28 29 if ( isset($curl{0})&& '<' != $curl{0} && $next) { // If it's not a tag28 29 if ($curl && '<' != $curl{0} && $next) { // If it's not a tag 30 30 // static strings 31 31 $curl = str_replace($static_characters, $static_replacements, $curl); 32 32 // regular expressions