Changeset 1623

Show
Ignore:
Timestamp:
09/08/04 08:48:36 (4 years ago)
Author:
saxmatt
Message:

Some named entities have numbers.

Files:

Legend:

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

    r1592 r1623  
    4545            $next = true; 
    4646        } 
    47         $curl = preg_replace('/&([^#])(?![a-z]{1,8};)/', '&$1', $curl); 
     47        $curl = preg_replace('/&([^#])(?![a-z12]{1,8};)/', '&$1', $curl); 
    4848        $output .= $curl; 
    4949    }