Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #11651, comment 28


Ignore:
Timestamp:
08/25/2011 10:10:22 PM (13 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11651, comment 28

    initial v1  
    22
    331. 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. Normaly only the .dev versions should be patched, a commiter will re-minify them on commit.
     42. 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.
    553. For i18n, `__()` should be used rather than `_()`, and `_e()` instead of `echo _()`.