Ticket #4804 (closed defect (bug): fixed)
Incorrect variable name used in cockney replace code.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0.12 |
| Component: | General | Version: | 2.2.2 |
| Severity: | normal | Keywords: | has-patch commit |
| 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
Change History
- Keywords has-patch commit added
Props to andihit in IRC for the report.
- Status changed from new to closed
- Resolution set to fixed
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone changed from 2.3 (trunk) to 2.2.3
Re-open for 2.2.3
- Status changed from reopened to closed
- Resolution set to fixed
- Status changed from closed to reopened
- Resolution fixed deleted
- Milestone changed from 2.2.3 to 2.0.12
Re-open for 2.0.12
Note: See
TracTickets for help on using
tickets.


Patch