Changeset 11313 for trunk/wp-includes/formatting.php
- Timestamp:
- 05/12/2009 10:51:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r11245 r11313 59 59 // regular expressions 60 60 $curl = preg_replace($dynamic_characters, $dynamic_replacements, $curl); 61 } elseif (strpos($curl, '< code') !== false || strpos($curl, '<kbd') !== false || strpos($curl, '<style') !== false || strpos($curl, '<script') !== false) {61 } elseif (strpos($curl, '<tt') !== false || strpos($curl, '<code') !== false || strpos($curl, '<kbd') !== false || strpos($curl, '<style') !== false || strpos($curl, '<script') !== false) { 62 62 $next = false; 63 63 } elseif (strpos($curl, '<pre') !== false) {
Note: See TracChangeset
for help on using the changeset viewer.