Changeset 12405 for sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/gp-translation-helpers.php
- Timestamp:
- 02/20/2023 02:50:11 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/gp-translation-helpers.php
r12074 r12405 31 31 32 32 require_once __DIR__ . '/includes/class-gp-route-translation-helpers.php'; 33 require_once __DIR__ . '/includes/class-gp-sidebar.php'; 33 34 require_once __DIR__ . '/includes/class-gp-translation-helpers.php'; 34 35 require_once __DIR__ . '/includes/class-gth-temporary-post.php'; … … 36 37 require_once __DIR__ . '/includes/class-wporg-notifications.php'; 37 38 require_once __DIR__ . '/includes/class-wporg-customizations.php'; 39 require_once __DIR__ . '/includes/class-gp-custom-locale-reasons.php'; 38 40 39 add_action( 'gp_init', array( 'GP_Translation_Helpers', 'init' ) ); 41 add_action( 'gp_init', array( 'GP_Translation_Helpers', 'init' ) ); // todo: remove this when this plugin will be merged in the GlotPress core. 42 add_action( 'gp_init', array( 'GP_Sidebar', 'init' ) ); // todo: remove this when this plugin will be merged in the GlotPress core. 40 43 add_action( 'gp_init', array( 'WPorg_GlotPress_Notifications', 'init' ) ); // todo: include this class in a different plugin. 41 44 add_action( 'gp_init', array( 'WPorg_GlotPress_Customizations', 'init' ) ); // todo: include this class in a different plugin.
Note: See TracChangeset
for help on using the changeset viewer.