Changes between Initial Version and Version 5 of Ticket #10971
- Timestamp:
- 10/18/2009 08:27:24 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10971
- Property Owner set to westi
-
Property
Status
changed from
new
toaccepted
-
Ticket #10971 – Description
initial v5 1 When there is no locale loaded WordPress creates a new empty Translations object on every call to any translation function (__(), ...)which is then used to do the fruitless no-op lookup.1 When there is no locale loaded WordPress creates a new empty Translations object on every call to any translation function {{{(__(), ...)}}} which is then used to do the fruitless no-op lookup. 2 2 3 3 Reverting to the 2.7 style (of testing $l10n[$domain] directly in translate() and friends) makes page load of new install of 2.9 trunk front page 17% faster!!