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


1
2
3
4
5
6
7
8
9
<?php
/**
 * PO source view
 */
$this->extend('view');
$this->start('source');

echo 
$this->render('../common/inc-po-header');
echo 
$this->render('msgcat');