芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php
'wfPluginAbandoned', 'displayType' => __('Plugin Abandoned', 'wordfence'), 'iconSVG' => '
', 'summaryControls' => array(wfView::create('scanner/issue-control-ignore', array('ignoreC' => __('Ignore', 'wordfence'))), wfView::create('scanner/issue-control-show-details')), 'detailPairs' => array( __('Plugin Name', 'wordfence') => '${data.name}', __('Current Plugin Version', 'wordfence') => '${data.version}', __('Last Updated', 'wordfence') => '${data.dateUpdated}', null, __('Details', 'wordfence') => '{{if data.vulnerable}}
' . esc_html__('Plugin has unpatched security issues.', 'wordfence') . '
{{/if}}{{html longMsg}}', null, __('Plugin URL', 'wordfence') => array('data.homepage', '
${data.homepage}
' . __('View', 'wordfence') . '
(' . esc_html__('opens in new tab', 'wordfence') . ')
'), __('Repository URL', 'wordfence') => array('data.wpURL', '
${data.wpURL}
' . __('View', 'wordfence') . '
(' . esc_html__('opens in new tab', 'wordfence') . ')
'), __('Vulnerability Information', 'wordfence') => array('data.vulnerabilityLink', '
${data.vulnerabilityLink}
' . __('View', 'wordfence') . '
(' . esc_html__('opens in new tab', 'wordfence') . ')
'), __('Vulnerability Severity', 'wordfence') => array('data.cvssScore', '${data.cvssScore}/10.0 (
${data.severityLabel}
)'), ), 'detailControls' => array( '
' . __('Mark as Fixed', 'wordfence') . '
', '
' . __('Manage Plugins', 'wordfence') . '
', ), 'textOutput' => (isset($textOutput) ? $textOutput : null), 'textOutputDetailPairs' => array( __('Plugin Name', 'wordfence') => '$data.name', __('Current Plugin Version', 'wordfence') => '$data.version', __('Last Updated', 'wordfence') => '$data.dateUpdated', null, __('Details', 'wordfence') => '$longMsg', __('Vulnerability Status', 'wordfence') => array('$data.vulnerable', __('Plugin has unpatched security issues.', 'wordfence')), null, __('Plugin URL', 'wordfence') => '$data.homepage', __('Repository URL', 'wordfence') => '$data.wpURL', __('Vulnerability Information', 'wordfence') => '$data.vulnerabilityLink', __('Vulnerability Severity', 'wordfence') => '${data.cvssScore}/10.0 (${data.severityLabel})', ), ))->render();