__('#','wp-smart-editor'),
'title' => __('Title','wp-smart-editor'),
'size' => __('File size','wp-smart-editor'),
'created_time' => __('Date added','wp-smart-editor'),
'modified_time' => __('Date modified','wp-smart-editor'),
'version' => __('Version','wp-smart-editor'),
'hits' => __('Hits','wp-smart-editor'),
'actions' => __('Actions','wp-smart-editor')
);
?>
$thead_text) {
$icon = '';
if ($thead_key === $this->ordering) {
$icon = '';
}
?>
|
|
files) || is_object($this->files)):?>
files as $file): ?>
| ext; ?> |
post_title; ?> |
size == 'n/a') ? $file->size : wpfdHelperFiles::bytesToSize($file->size); ?> |
params, 'date_format', get_option('date_format')), $file->created); ?> |
params, 'date_format', get_option('date_format')), $file->modified); ?> |
version; ?> |
hits.' '.__('hits','wp-smart-editor'); ?> |
|