PluginProbe ʕ •ᴥ•ʔ
Loco Translate / 2.8.4
Loco Translate v2.8.4
2.8.5 2.8.4 2.5.8 2.6.0 2.6.1 2.6.10 2.6.11 2.6.12 2.6.13 2.6.14 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7.0 2.7.1 2.7.2 2.7.3 2.8.0 2.8.1 2.8.2 2.8.3 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.2 1.2.1 1.2.2 1.3 1.3.1 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7
loco-translate / tpl / admin / bundle / alias.php
loco-translate / tpl / admin / bundle Last commit date
setup 2 years ago alias.php 2 years ago conf.php 1 month ago inc-po-links.php 1 month ago inc-po-table.php 1 year ago locale.php 2 years ago setup.php 1 month ago view.php 2 years ago
alias.php
20 lines
1 <?php
2 /**
3 * Special case for viewing Hello Dolly plugin
4 * TODO implement package aliasing in a generic fashion as part of bundle configuration.
5 */
6 $this->extend('../layout');
7 ?>
8
9 <div class="panel panel-info">
10 <h3 class="has-icon">
11 <?php esc_attr_e('"Hello Dolly" is part of the WordPress core','loco-translate')?>
12 </h3>
13 <p>
14 <?php esc_html_e("This plugin doesn't have its own translation files, but can be translated in the default text domain", 'loco-translate')?>.
15 </p>
16 <p>
17 <a href="<?php $params->e('redirect')?>"><?php esc_html_e('Go to WordPress Core','loco-translate')?></a>
18 </p>
19 </div>
20