You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
269 B

<?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();