PluginProbe
Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists & Channels / 2.6.3
Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists & Channels v2.6.3
2.9.1 2.9.0 trunk 1.0.0 1.1.0 1.2.0 1.3.0 1.4.0 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 2.0.0 2.1.0 2.2.0 2.3.2 2.3.3 2.3.5 2.3.6 2.3.8 2.3.9 2.4.3 All 37 releases
← All changes | includes/i18n.php +3 -6 1.1.02.6.3 View file →
@@ -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 }