Changeset 1989:b234959829da for plugins/maintenance/inc/tasks
- Timestamp:
- 09/22/13 02:49:48 (12 years ago)
- Branch:
- default
- Location:
- plugins/maintenance/inc/tasks
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/maintenance/inc/tasks/class.dc.maintenance.indexcomments.php
r1984 r1989 22 22 { 23 23 $this->name = __('Search engine index'); 24 $this->task = __('Index all comments ');24 $this->task = __('Index all comments for search engine'); 25 25 $this->step_task = __('Next'); 26 26 $this->step = __('Indexing comment %d to %d.'); -
plugins/maintenance/inc/tasks/class.dc.maintenance.indexposts.php
r1984 r1989 22 22 { 23 23 $this->name = __('Search engine index'); 24 $this->task = __('Index all posts');24 $this->task = __('Index all entries for search engine'); 25 25 $this->step_task = __('Next'); 26 26 $this->step = __('Indexing entry %d to %d.'); -
plugins/maintenance/inc/tasks/class.dc.maintenance.zipmedia.php
r1984 r1989 14 14 class dcMaintenanceZipmedia extends dcMaintenanceTask 15 15 { 16 protected $perm = 'admin'; 16 17 protected $blog = true; 17 18 protected $tab = 'backup'; -
plugins/maintenance/inc/tasks/class.dc.maintenance.ziptheme.php
r1984 r1989 14 14 class dcMaintenanceZiptheme extends dcMaintenanceTask 15 15 { 16 protected $perm = 'admin'; 16 17 protected $blog = true; 17 18 protected $tab = 'backup';
Note: See TracChangeset
for help on using the changeset viewer.