Make WordPress Core

Changes between Initial Version and Version 18 of Ticket #3976


Ignore:
Timestamp:
12/19/2007 07:37:52 AM (17 years ago)
Author:
rob1n
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3976

    • Property Status changed from new to reopened
    • Property Keywords dev-feedback added
    • Property Milestone changed from 2.2 to 2.4
  • Ticket #3976 – Description

    initial v18  
    22
    33So, 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()`)
    77
    88And the following functions:
    9 + __l()
    10 + __le()
     9 * `__l()`
     10 * `__le()`
    1111
    1212Mostly, 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.