[wp-trac] [WordPress Trac] #18977: Make import.php dynamic
WordPress Trac
noreply at wordpress.org
Sat Nov 17 07:20:06 UTC 2012
#18977: Make import.php dynamic
----------------------------+---------------------
Reporter: jane | Owner: nacin
Type: task (blessed) | Status: closed
Priority: normal | Milestone: 3.5
Component: Import | Version: 3.3
Severity: normal | Resolution: fixed
Keywords: has-patch |
----------------------------+---------------------
Changes (by nacin):
* status: accepted => closed
* resolution: => fixed
Comment:
In [changeset:"22632"]:
{{{
#!CommitTicketReference repository="" revision="22632"
Pull the list of popular importers from WordPress.org.
These are the importers we suggest on import.php, prompting the user to
install the relevant plugin for the import they want to go through.
If the API is inaccessible, it falls back to a hard-coded list that should
be kept sync'd with the API with each major version of WordPress. This API
enables us to add new importers between releases, as they are completed or
if services gain quick adoption. As a last resort, we can also temporarily
disable importers that are broken (due to API changes, for example).
The importer currently returns English strings (which are then run through
translate() for existing strings), but the locale is passed to the API,
allowing us to ship translated strings if we wish to be adventurous.
props dllh for the assist.
fixes #18977.
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18977#comment:13>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list