| @@ -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 ( pll_is_cache_active() ) { |
| 16 | 16 | add_action( 'pll_init', array( PLL_Integrations::instance()->cache_compat = new PLL_Cache_Compat(), 'init' ) ); |
| 17 | 17 | } |
| 18 | 18 | }, |
| @@ -17,5 +17,4 @@ | ||
| 17 | 17 | } |
| 18 | 18 | }, |
| 19 | 19 | 0 |
| 20 | 20 | ); |
| 21 | - | |