Changeset 1747008
- Timestamp:
- 10/16/2017 03:14:51 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
venezuelan-economic-indicators/trunk/jjva_indicators_widget.php
r1747004 r1747008 21 21 22 22 function __construct() { 23 if (function_exists("load_plugin_textdomain")) { 24 load_plugin_textdomain( 'jjva_economic_widget_domain', null, basename(dirname(__FILE__)) . '/languages' ); 25 } 26 load_default_textdomain(); 23 24 load_plugin_textdomain( 'jjva_economic_widget_domain', null, basename(dirname(__FILE__)) . '/languages' ); 25 27 26 parent::__construct( 28 27 // Base ID of your widget
Note: See TracChangeset
for help on using the changeset viewer.