Files
brpp.pl/wp-content/plugins/loco-translate/tpl/admin/file/view-po.php
Roman Pyrih 97352dcdc9 first commit
2025-08-26 10:50:15 +02:00

10 lines
157 B
PHP

<?php
/**
* PO source view
*/
$this->extend('view');
$this->start('source');
echo $this->render('../common/inc-po-header');
echo $this->render('msgcat');