- Timestamp:
- 10/25/12 14:55:54 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.import.flat.php
r840 r907 142 142 if ($this->status == 'single') 143 143 { 144 echo '<p class="message">'.__('Single blog successfully imported.').'</p>';144 dcPage::message(__('Single blog successfully imported.')); 145 145 return; 146 146 } 147 147 if ($this->status == 'full') 148 148 { 149 echo '<p class="message">'.__('Content successfully imported.').'</p>';149 dcPage::message(__('Content successfully imported.')); 150 150 return; 151 151 }
Note: See TracChangeset
for help on using the changeset viewer.