芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php
'diskSpace', 'displayType' => __('Disk Space', 'wordfence'), 'iconSVG' => '
', 'summaryControls' => array(wfView::create('scanner/issue-control-ignore', array('ignoreP' => __('Ignore', 'wordfence'))), wfView::create('scanner/issue-control-show-details')), 'detailPairs' => array( __('Space Remaining', 'wordfence') => '${data.spaceLeft}', null, __('Details', 'wordfence') => '{{html longMsg}}', ), 'detailControls' => array( '
' . __('Mark as Fixed', 'wordfence') . '
', ), 'textOutput' => (isset($textOutput) ? $textOutput : null), 'textOutputDetailPairs' => array( __('Space Remaining', 'wordfence') => '$data.spaceLeft', null, __('Details', 'wordfence') => '$longMsg', ), ))->render();