Changeset 333288
- Timestamp:
- 01/16/2011 07:26:26 PM (15 years ago)
- File:
-
- 1 edited
-
term-menu-order/trunk/lib/ns_tmo_plugin.class.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
term-menu-order/trunk/lib/ns_tmo_plugin.class.php
r323804 r333288 13 13 private static $taxonomies; 14 14 15 private static $textdomain = 'mailchimp-widget'; 16 15 17 private function __construct () { 16 18 … … 26 28 27 29 add_action('init', array(&$this, 'init')); 30 31 self::load_text_domain(); 28 32 29 33 } … … 146 150 } 147 151 152 private static function load_text_domain () { 153 154 load_plugin_textdomain(self::$textdomain, null, str_replace('lib', 'languages', dirname(plugin_basename(__FILE__)))); 155 156 } 157 148 158 } 149 159
Note: See TracChangeset
for help on using the changeset viewer.