PluginProbe
Polylang / 3.1
Polylang v3.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 | include/functions.php +2 -2 2.93.1 View file →
@@ -46,9 +46,9 @@
46 46 * Determines whether we should load the cache compatibility
47 47 *
48 48 * @since 2.3.8
49 49 *
50 - * return bool True if the cache compatibility must be loaded
50 + * @return bool True if the cache compatibility must be loaded
51 51 */
52 52 function pll_is_cache_active() {
53 53 /**
54 54 * Filters whether we should load the cache compatibility
@@ -94,9 +94,9 @@
94 94 * Determines whether we should load the block editor plugin or the legacy languages metabox.
95 95 *
96 96 * @since 2.6.0
97 97 *
98 - * return bool True to use the block editor plugin.
98 + * @return bool True to use the block editor plugin.
99 99 */
100 100 function pll_use_block_editor_plugin() {
101 101 /**
102 102 * Filters whether we should load the block editor plugin or the legacy languages metabox.