Opened 17 years ago
Closed 17 years ago
#6854 closed enhancement (fixed)
Add plugin hook in schema.php to allow localizing default options
Reported by: | RanYanivHartstein | Owned by: | ryan |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.5.1 |
Component: | I18N | Keywords: | has-patch tested |
Focuses: | Cc: |
Description
The populate_options() function in schema.php sets several default options that are locale-specific, such as the first day of the week, feed language and possibly timezone (depending on your locale). Adding a plugin hook to populate_options() will allow overriding these defaults in the locale files.
I included a patch to add a plugin hook to populate_options(), I tested it with 2.5.1
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch to add plugin hook in populate_options()