| @@ -5,13 +5,12 @@ | ||
| 5 | 5 | * |
| 6 | 6 | * Loads and defines the internationalization files for this plugin |
| 7 | 7 | * so that it is ready for translation. |
| 8 | 8 | * |
| 9 | - * @link https://plugins360.com | |
| 10 | - * @since 1.0.0 | |
| 9 | + * @link https://plugins360.com | |
| 10 | + * @since 1.0.0 | |
| 11 | 11 | * |
| 12 | - * @package Automatic_YouTube_Gallery | |
| 13 | - * @subpackage Automatic_YouTube_Gallery/includes | |
| 12 | + * @package Automatic_YouTube_Gallery | |
| 14 | 13 | */ |
| 15 | 14 | |
| 16 | 15 | // Exit if accessed directly |
| 17 | 16 | if ( ! defined( 'WPINC' ) ) { |
| @@ -30,14 +29,12 @@ | ||
| 30 | 29 | * |
| 31 | 30 | * @since 1.0.0 |
| 32 | 31 | */ |
| 33 | 32 | public function load_plugin_textdomain() { |
| 34 | - | |
| 35 | 33 | load_plugin_textdomain( |
| 36 | 34 | 'automatic-youtube-gallery', |
| 37 | 35 | false, |
| 38 | 36 | dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' |
| 39 | 37 | ); |
| 40 | - | |
| 41 | 38 | } |
| 42 | 39 | |
| 43 | 40 | } |