| Current Path : /home/ssan4778/public_html/wp-content/plugins/wordfence/views/scanner/text/ |
| Current File : /home/ssan4778/public_html/wp-content/plugins/wordfence/views/scanner/text/issue-timelimit.php |
<?php
if (!defined('WORDFENCE_VERSION')) { exit; }
/**
* Presents an issue template.
*/
echo wfView::create('scanner/text/issue-base', array(
'internalType' => 'timelimit',
'displayType' => __('Time Limit', 'wordfence'),
'textOutput' => (isset($textOutput) ? $textOutput : null),
'textOutputDetailPairs' => array(
__('Details', 'wordfence') => '$longMsg',
),
))->render();