Changeset 1480:9451796b02e2 for admin
- Timestamp:
- 08/19/13 18:31:07 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r1474 r1480 37 37 $type_combo = array( 38 38 '-' => '', 39 __(' comment') => 'co',40 __(' trackback') => 'tb'39 __('Comment') => 'co', 40 __('Trackback') => 'tb' 41 41 ); 42 42 … … 261 261 262 262 '<p class="col right"><label for="action" class="classic">'.__('Selected comments action:').'</label> '. 263 form::combo('action',$combo_action,$default,'','','','title="'.__(' action:').'"').263 form::combo('action',$combo_action,$default,'','','','title="'.__('Actions').'"'). 264 264 $core->formNonce(). 265 265 '<input type="submit" value="'.__('ok').'" /></p>'.
Note: See TracChangeset
for help on using the changeset viewer.