[wp-trac] [WordPress Trac] #11651: Welcome Screen concept
WordPress Trac
wp-trac at lists.automattic.com
Thu Aug 25 22:08:41 UTC 2011
#11651: Welcome Screen concept
----------------------------------------------+-----------------------
Reporter: dd32 | Owner: edwardw
Type: task (blessed) | Status: accepted
Priority: normal | Milestone: 3.3
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: has-patch dev-feedback 3.3-early |
----------------------------------------------+-----------------------
Comment (by SergeyBiryukov):
Some suggestions on the patch:
1. Anonymous functions like `add_action('admin_head', function() { ...
});` are unavailable in PHP 5.2.4, which is still the minimum required
version.
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.
3. For i18n, `__()` should be used rather than `_()`, and `_e()` instead
of `echo _()`.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11651#comment:28>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list