| @@ -36,9 +36,9 @@ | ||
| 36 | 36 | * |
| 37 | 37 | * @return bool Whether there is a filter on the jetpack_active_modules option. |
| 38 | 38 | */ |
| 39 | 39 | public function do_overrides_exist() { |
| 40 | - return (bool) ( has_filter( 'option_jetpack_active_modules' ) || has_filter( 'jetpack_active_modules' ) ); | |
| 40 | + return ( has_filter( 'option_jetpack_active_modules' ) || has_filter( 'jetpack_active_modules' ) ); | |
| 41 | 41 | } |
| 42 | 42 | |
| 43 | 43 | /** |
| 44 | 44 | * Gets the override for a given module. |