- Timestamp:
- 09/04/13 14:57:03 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.import.wp.php
r1622 r1719 80 80 $this->post_limit = $this->vars['post_limit']; 81 81 } 82 83 foreach ($this->core->getFormaters() as $v) { 84 $this->formaters[$v] = $v; 85 } 82 83 $this->formaters = dcAdminCombos::getFormatersCombo(); 86 84 } 87 85
Note: See TracChangeset
for help on using the changeset viewer.