Changes between Initial Version and Version 18 of Ticket #3976
- Timestamp:
- 12/19/2007 07:37:52 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3976
-
Property
Status
changed from
new
toreopened
- Property Keywords dev-feedback added
-
Property
Milestone
changed from
2.2
to2.4
-
Property
Status
changed from
-
Ticket #3976 – Description
initial v18 2 2 3 3 So, I added the following filters: 4 + translate (called from __l())5 + wp_get_archives (called from wp_get_archives())6 + before_sanitize_title (called from sanitize_title())4 * `translate` (called from `__l()`) 5 * `wp_get_archives` (called from `wp_get_archives()`) 6 * `before_sanitize_title` (called from `sanitize_title()`) 7 7 8 8 And the following functions: 9 + __l() 10 + __le() 9 * `__l()` 10 * `__le()` 11 11 12 12 Mostly, they speak for themselves, but all have important roles to allow the creation of fully multilanguage themes and blogs. I hope this helps many people like me.