Changes between Initial Version and Version 1 of Ticket #11651, comment 28
- Timestamp:
- 08/25/2011 10:10:22 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11651, comment 28
initial v1 2 2 3 3 1. Anonymous functions like `add_action('admin_head', function() { ... });` are unavailable in PHP 5.2.4, which is still the minimum required version. 4 2. No need to patch minified .css and .js, they'll quickly become stale. Normal y only the .dev versions should be patched, a commiter will re-minify them on commit.4 2. No need to patch minified .css and .js, they'll quickly become stale. Normally only the .dev versions should be patched, a commiter will re-minify them on commit. 5 5 3. For i18n, `__()` should be used rather than `_()`, and `_e()` instead of `echo _()`.