Changeset 3747
- Timestamp:
- 04/22/2006 12:29:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/functions-formatting.php
r3742 r3747 42 42 $next = true; 43 43 } 44 $curl = preg_replace('/&([^#])(?![a-z 1-4]{1,8};)/', '&$1', $curl);44 $curl = preg_replace('/&([^#])(?![a-zA-Z1-4]{1,8};)/', '&$1', $curl); 45 45 $output .= $curl; 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.