Changes between Initial Version and Version 1 of Ticket #31950, comment 3
- Timestamp:
- 04/13/2015 11:31:00 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31950, comment 3
initial v1 1 1 This is a strange change to propose without having actually done any performance tests. I would be quite surprised if this results in anything more than a negligible real-world reduction in memory usage, especially anywhere near 0.5%. It would be great if I'm wrong, of course! 2 2 3 > The below files each contained an output string without localization function. Was there a reason for that ? I've wrapped them in a __()now.3 > The below files each contained an output string without localization function. Was there a reason for that ? I've wrapped them in a `__()` now. 4 4 The error message in `wp-db.php` can occur before the localisation functions are available, which is why it's not wrapped in a call to `__()`. The other two look like they are indeed missed strings though. Can you open a separate ticket for those please? 5 5