Make WordPress Core

Changes between Initial Version and Version 7 of Ticket #19832


Ignore:
Timestamp:
01/18/2012 06:07:27 PM (12 years ago)
Author:
nacin
Comment:

Akismet will get pulled out, #19597.

Isolating the About strings is interesting, but how much are we really talking? Let's assume only about.php, credits.php, freedoms.php. What's our memory actually saved? I doubt much.

Removing the help strings would require a manual textdomain. And since help appears almost everywhere in the admin, it'd be loaded on every page. No huge benefit here. Ideas?

Splitting the admin and the frontend is worthy. We would need to load the admin textdomain in includes/admin.php if it isn't already loaded, in the case of including the admin includes bootstrap on the frontend (admin-ajax, just one core example).

I think the idea of tagging strings in is_multisite() branches with an explicit, manual textdomain is additionally intriguing.

Since this ticket proposes a number of ideas I am going to spin off the admin/frontend split and mark it as a task.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19832

    • Property Cc r.wetzlmayr@… xoodrew@… jottlieb@… knut@… added
  • Ticket #19832 – Description

    initial v7  
    1 Originally suggested by Chouby: http://core.trac.wordpress.org/ticket/17128#comment:15
     1Originally suggested by Chouby: [ticket:17128#comment:15]
    22
    33Localization file is bigger and bigger with every new release. It would be very helpfull to split it into several files:
     
    1313Together with Language packs it would be real improvement for 3.4.
    1414
    15 Related: http://core.trac.wordpress.org/ticket/17128
     15Related: #17128