/var/www/html_nl/wp-content/plugins/loco-translate/tpl/admin/file/view-pot.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/**
 * POT source view
 */
$this->extend('view');
$this->start('source');
?> 
    <h3 class="has-lang">
        <span><?php esc_html_e('Template file','loco-translate')?>:</span>
        <span class="loco-meta">
            <span><?php echo esc_html_x('Updated','Modified time','loco-translate')?>:</span>
            <span id="loco-po-modified"><?php $params->date('modified')?></span>
            &ndash;
            <span id="loco-po-status"><?php echo esc_html$meta->getTotalSummary() )?></span>
        </span>
    </h3>

    <?php
    
echo $this->render('msgcat');