Changeset 3641
- Timestamp:
- 03/14/2006 02:48:36 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-formatting.php
r3577 r3641 1002 1002 ); 1003 1003 1004 foreach ($to_ncr as $entity => $ncr) { 1005 $text = str_replace($entity, $ncr, $text); 1006 } 1007 return $text; 1004 return str_replace( array_keys($to_ncr), array_values($to_ncr), $text ); 1008 1005 } 1009 1006
Note: See TracChangeset
for help on using the changeset viewer.