summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/widgets/google-translate.php')
-rw-r--r--plugins/jetpack/modules/widgets/google-translate.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jetpack/modules/widgets/google-translate.php b/plugins/jetpack/modules/widgets/google-translate.php
index 6bb8c7e6..ddb40ec5 100644
--- a/plugins/jetpack/modules/widgets/google-translate.php
+++ b/plugins/jetpack/modules/widgets/google-translate.php
@@ -88,14 +88,14 @@ class Jetpack_Google_Translate_Widget extends WP_Widget {
*
* @param string $layout layout of the Google Translate Widget.
*/
- $button_layout = apply_filters( 'jetpack_google_translate_widget_layout', 2 );
+ $button_layout = apply_filters( 'jetpack_google_translate_widget_layout', 0 );
if (
! is_int( $button_layout )
|| 0 > $button_layout
|| 2 < $button_layout
) {
- $button_layout = 2;
+ $button_layout = 0;
}
wp_localize_script(