Make WordPress Core

Changeset 3747


Ignore:
Timestamp:
04/22/2006 12:29:05 AM (18 years ago)
Author:
ryan
Message:

texturize fix from that Andy guy. fixes #2634

File:
1 edited

Legend:

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

    r3742 r3747  
    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    }
Note: See TracChangeset for help on using the changeset viewer.