Sync plugins from current page
Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
if ( ! defined( 'ABSPATH' ) )
|
||||
exit;
|
||||
|
||||
function wp_statistic_tinymce_plugin_translation() {
|
||||
$lang = WP_Statistics_TinyMCE::lang();
|
||||
$translated = $lang['translate'];
|
||||
return $translated;
|
||||
}
|
||||
$strings = wp_statistic_tinymce_plugin_translation();
|
||||
Reference in New Issue
Block a user