芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php
'wfUpgrade', 'displayType' => __('Core Upgrade', 'wordfence'), 'iconSVG' => '
', 'summaryControls' => array(wfView::create('scanner/issue-control-ignore', array('ignoreC' => __('Ignore', 'wordfence'))), wfView::create('scanner/issue-control-show-details')), 'detailPairs' => array( __('Current WordPress Version', 'wordfence') => '${data.currentVersion}', __('New WordPress Version', 'wordfence') => '${data.newVersion}', null, __('Details', 'wordfence') => '{{if data.vulnerable}}
' . esc_html__('Update includes security-related fixes.', 'wordfence') . '
{{/if}}{{html longMsg}}
' . esc_html__('Click here to update now', 'wordfence') . '
.', null, __('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') . '
', '
' . __('View Updates', 'wordfence') . '
', ), 'textOutput' => (isset($textOutput) ? $textOutput : null), 'textOutputDetailPairs' => array( __('Current WordPress Version', 'wordfence') => '$data.currentVersion', __('New WordPress Version', 'wordfence') => '$data.newVersion', null, __('Details', 'wordfence') => '$longMsg', __('Vulnerability Status', 'wordfence') => array('$data.vulnerable', __('Update includes security-related fixes.', 'wordfence')), null, __('Vulnerability Information', 'wordfence') => '$data.vulnerabilityLink', __('Vulnerability Severity', 'wordfence') => '${data.cvssScore}/10.0 (${data.severityLabel})', ), ))->render();