Changeset 1647899
- Timestamp:
- 04/29/2017 07:48:01 AM (9 years ago)
- Location:
- import-vk/trunk
- Files:
-
- 2 edited
-
import-vk.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
import-vk/trunk/import-vk.php
r1647636 r1647899 20 20 public static function Init() 21 21 { 22 // Loading plugin's text domain 23 add_action('plugins_loaded', Array(get_called_class(), 'LoadTextDomain')); 24 22 25 // Adding settings page to the administration panel menu 23 26 if (defined('ABSPATH') && is_admin()){ … … 88 91 $result = wp_remote_retrieve_body($response); 89 92 return $result; 93 } 94 95 // Load plugin's text domain function 96 public static function LoadTextDomain() 97 { 98 load_plugin_textdomain('import-vk'); 90 99 } 91 100 -
import-vk/trunk/readme.txt
r1647636 r1647899 27 27 == Changelog == 28 28 29 = 1.0.1 = 30 * Added localization support 31 29 32 = 1.0 = 30 33 * Initial release
Note: See TracChangeset
for help on using the changeset viewer.