Opened 17 years ago
Closed 17 years ago
#5595 closed defect (bug) (duplicate)
WP_Locale::get_month_initial() referenced property does not exist
Reported by: | darkdragon | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | |
Focuses: | Cc: |
Description
WP_Locale::get_month_initial()
references WP_Locale::month_initial
property which does not exist and is not set up during the WP_Locale::init()
process.
Possible Course of Action:
- Remove
WP_Locale::get_month_initial()
- Add in the
WP_Locale::month_initial
property and initiate set up duringWP_Locale::init()
.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Or 3. use
WP_Locale::month_abbrev
property instead and return the value in that.