PluginProbe
Polylang / 3.7.1
Polylang v3.7.1
3.8.9 3.8.8 3.8.7 3.8.6 3.8.5 3.8.4 3.8.3 2.7 2.7.0.1 2.7.1 2.7.2 2.7.3 2.7.4 2.8 2.8.1 2.8.2 2.8.3 2.8.4 2.9 2.9.1 2.9.2 3.0 3.0.1 3.0.2 3.0.3 All 233 releases
← All changes | integrations/cache/load.php +2 -3 3.03.7.1 View file →
@@ -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 -