#1032 closed defect (bug) (fixed)
Cockneyreplace can't be customised
Reported by: | slebog | Owned by: | markjaquith |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5.1 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
It would be useful to allow customisation of the cockneyreplace feature in functions-formatting.php. End-users could then add their own words more easily, and localisers could provide lists relevant to their language.
Attachments (3)
Change History (11)
#2
@
19 years ago
- Keywords bg|needs-patch bg|dev-feedback added
- Owner changed from anonymous to markjaquith
- Status changed from new to assigned
#3
@
18 years ago
- Keywords has-patch dev-feedback added; bg|needs-patch bg|dev-feedback removed
- Milestone set to 2.1
Updated the existing patch to work on current trunk.
#5
@
18 years ago
This function gets run a lot, so I'd like to avoid a lot of array_keys(), array_values() calls, as well as avoid having a big global array, if at all possible (see new patch).
Note: See
TracTickets for help on using
tickets.
This seems like a decent idea. Probably needs an updated patch for 1.6 SVN code.