| @@ -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. |