• File: tinymce.php
  • Full Path: /home/chassiw/www/wp-content/plugins/wp-statistics/includes/functions/tinymce.php
  • File size: 269 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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();