Changeset 3263110
- Timestamp:
- 03/27/2025 08:32:27 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
helloextend-protection/tags/1.0.0/includes/class-helloextend-protection-i18n.php
r3263092 r3263110 33 33 class Helloextend_Protection_i18n 34 34 { 35 /** 36 * Load the plugin text domain for translation. 37 * 38 * @since 1.0.0 39 */ 40 public function load_plugin_textdomain() 41 { 35 42 36 public function __construct() { 37 // No need for load_plugin_textdomain anymore, WP handles this automatically. 43 load_plugin_textdomain( 44 'helloextend-protection', 45 false, 46 dirname(dirname(plugin_basename(__FILE__))) . '/languages/' 47 ); 48 38 49 } 39 50 }
Note: See TracChangeset
for help on using the changeset viewer.