Opened 19 years ago
Closed 19 years ago
#4804 closed defect (bug) (fixed)
Incorrect variable name used in cockney replace code.
| Reported by: | westi | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0.12 |
| Component: | General | Version: | 2.2.2 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
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
@
19 years ago
- Milestone 2.3 (trunk) → 2.2.3
- Resolution fixed
- Status closed → reopened
Re-open for 2.2.3
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch