Changeset 2549 for trunk/wp-includes/functions-formatting.php
- Timestamp:
- 04/19/2005 03:41:22 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-formatting.php
r2520 r2549 33 33 $curl = str_replace("''", '”', $curl); 34 34 35 $curl = preg_replace('/( d+)x(\d+)/', "$1×$2", $curl);35 $curl = preg_replace('/(\d+)x(\d+)/', "$1×$2", $curl); 36 36 37 37 } elseif (strstr($curl, '<code') || strstr($curl, '<pre') || strstr($curl, '<kbd' || strstr($curl, '<style') || strstr($curl, '<script'))) {
Note: See TracChangeset
for help on using the changeset viewer.