[wp-trac] [WordPress Trac] #25824: Merge dashboard page plugin into core
WordPress Trac
noreply at wordpress.org
Thu Nov 14 23:17:39 UTC 2013
#25824: Merge dashboard page plugin into core
----------------------------+------------------
Reporter: lessbloat | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: 3.8
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: |
----------------------------+------------------
Comment (by dimadin):
I investigated i18n issues in [26144] and found more than I expected.
Patch has a few easy ones but since I see this is unfinished code I didn't
want to touch others before asking are there any more changes planned.
Listing here for future reference.
wp-admin/includes/dashboard.php:
* Generally texts in printf functions aren't i18n so there is no way to
change word order
* [http://core.trac.wordpress.org/browser/trunk/src/wp-
admin/includes/dashboard.php?rev=26144#L178 L178]: no plural forms for
post types; this will be tricky to implement because of those that aren't
built-in
* [http://core.trac.wordpress.org/browser/trunk/src/wp-
admin/includes/dashboard.php?rev=26144#L194 L194]
* [http://core.trac.wordpress.org/browser/trunk/src/wp-
admin/includes/dashboard.php?rev=26144#L379 L379]
* [http://core.trac.wordpress.org/browser/trunk/src/wp-
admin/includes/dashboard.php?rev=26144#L576 L576]
* [http://core.trac.wordpress.org/browser/trunk/src/wp-
admin/includes/dashboard.php?rev=26144#L675 L675] (related to L576)
* [http://core.trac.wordpress.org/browser/trunk/src/wp-
admin/includes/dashboard.php?rev=26144#L921 L921]
* [http://core.trac.wordpress.org/browser/trunk/src/wp-
admin/includes/dashboard.php?rev=26144#L958 L958]
wp-admin/post.php:
* [http://core.trac.wordpress.org/browser/trunk/src/wp-
admin/post.php?rev=26144#L97 L197]: I assume these are meant to be changed
but still this was poorly done considering that it's related to `<?php _e(
$error_msg ); ?>` in `wp_dashboard_quick_draft()`
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25824#comment:14>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list