Plugin Directory

Changeset 1489017


Ignore:
Timestamp:
09/02/2016 05:19:39 PM (10 years ago)
Author:
Techvers
Message:

test

Location:
custom-twitter-widget-pro/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • custom-twitter-widget-pro/trunk/custom-twitter-widget-pro.php

    r1489013 r1489017  
    2020    //call default data
    2121    require_once(Etw_PLUGIN_DIR.'/default_settings.php');
     22   
     23    define("Etw", "custom-twitter-widget-pro");
     24
     25/**
     26 * Get Ready Plugin Translation
     27 */
     28add_action('plugins_loaded', 'FacebookTranslation');
     29function FacebookTranslation() {
     30    load_plugin_textdomain( Etw, FALSE, dirname( plugin_basename(__FILE__)).'/languages/' );
     31}
    2232   
    2333    // Include requred file
Note: See TracChangeset for help on using the changeset viewer.