Make WordPress Core

Changeset 5930


Ignore:
Timestamp:
08/23/2007 09:02:31 PM (17 years ago)
Author:
westi
Message:

Enable plugins to override the cockney replace array, fixes #4804 props andihit

File:
1 edited

Legend:

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

    r5914 r5930  
    1212    if ( isset($wp_cockneyreplace) ) {
    1313        $cockney = array_keys($wp_cockneyreplace);
    14         $cockney_replace = array_values($wp_cockneyreplace);
     14        $cockneyreplace = array_values($wp_cockneyreplace);
    1515    } else {
    1616        $cockney = array("'tain't","'twere","'twas","'tis","'twill","'til","'bout","'nuff","'round","'cause");
Note: See TracChangeset for help on using the changeset viewer.