Plugin Directory

Changeset 1496730


Ignore:
Timestamp:
09/16/2016 07:59:33 AM (9 years ago)
Author:
GoneTone
Message:

Update load localization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server-status-for-minecraft-pc-pe/trunk/widget.php

    r1496652 r1496730  
    3030    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    3131*/
     32
     33// load localization
     34load_plugin_textdomain('mcserverstatus', false, dirname( plugin_basename( __FILE__ ) ) . '/lang');
    3235
    3336require dirname(__FILE__) . '/libs/Widgetize.php';
     
    6366            'show_donate_info' => ''
    6467        ));
    65         // load localization
    66         load_plugin_textdomain('mcserverstatus', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/');
    6768    }
    6869   
Note: See TracChangeset for help on using the changeset viewer.