- Timestamp:
- 07/09/12 14:44:20 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.import.wp.php
r807 r840 2 2 # -- BEGIN LICENSE BLOCK --------------------------------------- 3 3 # 4 # This file is part of Dotclear2.4 # This file is part of importExport, a plugin for DotClear2. 5 5 # 6 # Copyright (c) 2003-201 1Olivier Meunier & Association Dotclear6 # Copyright (c) 2003-2012 Olivier Meunier & Association Dotclear 7 7 # Licensed under the GPL version 2.0 license. 8 8 # See LICENSE file or … … 61 61 protected function setInfo() 62 62 { 63 $this->type = 'i ';63 $this->type = 'import'; 64 64 $this->name = __('WordPress import'); 65 65 $this->description = __('Import a WordPress installation into your current blog.');
Note: See TracChangeset
for help on using the changeset viewer.