Changeset 3686

Show
Ignore:
Timestamp:
04/04/06 00:47:33 (3 years ago)
Author:
ryan
Message:

texturize fix from that Andy guy. fixes #2634

Files:

Legend:

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

    r3671 r3686  
    4242            $next = true; 
    4343        } 
    44         $curl = preg_replace('/&([^#])(?![a-z1-4]{1,8};)/', '&$1', $curl); 
     44        $curl = preg_replace('/&([^#])(?![a-zA-Z1-4]{1,8};)/', '&$1', $curl); 
    4545        $output .= $curl; 
    4646    }