芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php
'wfPluginVulnerable', 'displayType' => __('Plugin Vulnerable', '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}', null, __('Details', 'wordfence') => '{{html longMsg}}', null, __('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', null, __('Details', 'wordfence') => '$longMsg', null, __('Vulnerability Information', 'wordfence') => '$data.vulnerabilityLink', __('Vulnerability Severity', 'wordfence') => '${data.cvssScore}/10.0 (${data.severityLabel})', ), ))->render();