Make WordPress Core


Ignore:
Timestamp:
04/19/2005 03:41:22 AM (20 years ago)
Author:
matt
Message:

Missing backslash, fixes http://mosquito.wordpress.org/view.php?id=1224

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions-formatting.php

    r2520 r2549  
    3333            $curl = str_replace("''", '”', $curl);
    3434           
    35             $curl = preg_replace('/(d+)x(\d+)/', "$1×$2", $curl);
     35            $curl = preg_replace('/(\d+)x(\d+)/', "$1×$2", $curl);
    3636
    3737        } 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.