Opened 18 years ago
Closed 18 years ago
#4804 closed defect (bug) (fixed)
Incorrect variable name used in cockney replace code.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.0.12 | Priority: | normal |
| Severity: | normal | Version: | 2.2.2 |
| Component: | General | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
// if a plugin has provided an autocorrect array, use it
if ( isset($wp_cockneyreplace) ) {
$cockney = array_keys($wp_cockneyreplace);
$cockney_replace = array_values($wp_cockneyreplace);
} else {
$cockney = array("'tain't","'twere","'twas","'tis","'twill","'til","'bout","'nuff","'round","'cause");
$cockneyreplace = array("’tain’t","’twere","’twas","’tis","’twill","’til","’bout","’nuff","’round","’cause");
$cockney_replace and $cockneyreplace!!
Attachments (1)
Change History (9)
#5
@
18 years ago
- Milestone changed from 2.3 (trunk) to 2.2.3
- Resolution fixed deleted
- Status changed from closed to reopened
Re-open for 2.2.3
Note: See
TracTickets for help on using
tickets.
Patch