Make WordPress Core

Changeset 5932


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

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

File:
1 edited

Legend:

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

    r5736 r5932  
    2121            if ( isset($wp_cockneyreplace) ) {
    2222                $cockney = array_keys($wp_cockneyreplace);
    23                 $cockney_replace = array_values($wp_cockneyreplace);
     23                $cockneyreplace = array_values($wp_cockneyreplace);
    2424            } else {
    2525                $cockney = array("'tain't","'twere","'twas","'tis","'twill","'til","'bout","'nuff","'round","'cause");
Note: See TracChangeset for help on using the changeset viewer.