Opened 9 years ago
Closed 4 years ago
#43424 closed enhancement (duplicate)
Use access modifiers in POMO library
| Reported by: | SergeyBiryukov | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
Most of class methods and properties in WordPress core have proper access modifiers now.
The POMO library was left out of these changes at the time, see comment:16:ticket:22234.
Newer commits do have the proper modifiers though: [38961], [39591], [41722], so I guess the older code should be updated as well for consistency. It's a standalone library, but not really an external one and can be modified as needed.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #54177.
I think this was made obsolete by [51919]