Changes between Initial Version and Version 8 of Ticket #16012
- Timestamp:
- 06/13/2012 07:07:36 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16012
- Property Owner set to nacin
-
Property
Status
changed from
new
toaccepted
- Property Keywords has-patch added
-
Property
Milestone
changed from
Awaiting Review
toWordPress.org
-
Ticket #16012 – Description
initial v8 1 1 At first I've tried to create a ticket on http://plugins.trac.wordpress.org/, but none of the importers are present in the Component dropdown. So I've decided to try it here. 2 2 3 As [http://wppolyglots.wordpress.com/2010/12/28/hello-another-string-which-i-couldnt/ noted by Rasheed Bydousi on WP Polyglots], importer desc iptions are displayed in English. The problem is that `register_importer()` function is called before the language file is loaded.3 As [http://wppolyglots.wordpress.com/2010/12/28/hello-another-string-which-i-couldnt/ noted by Rasheed Bydousi on WP Polyglots], importer descriptions are displayed in English. The problem is that `register_importer()` function is called before the language file is loaded. 4 4 5 5 I've created patches for all the importers. I've also changed `init` action to `admin_init`, which seems to have more sense in this case.