Changeset 5932

Show
Ignore:
Timestamp:
08/23/07 21:15:50 (1 year ago)
Author:
westi
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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");