| @@ -6,13 +6,13 @@ | ||
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | 8 | if ( ! defined( 'ABSPATH' ) ) { |
| 9 | 9 | exit; // Don't access directly. |
| 10 | -}; | |
| 10 | +} | |
| 11 | 11 | |
| 12 | 12 | add_action( |
| 13 | 13 | 'plugins_loaded', |
| 14 | - function() { | |
| 14 | + function () { | |
| 15 | 15 | if ( defined( 'DUPLICATE_POST_CURRENT_VERSION' ) ) { |
| 16 | 16 | PLL_Integrations::instance()->duplicate_post = new PLL_Duplicate_Post(); |
| 17 | 17 | PLL_Integrations::instance()->duplicate_post->init(); |
| 18 | 18 | } |