projects/plugins/jetpack/modules/widgets/follow-button.php 1 location
|
@@ 42-47 (lines=6) @@
|
39 |
|
} |
40 |
|
} |
41 |
|
|
42 |
|
if ( class_exists( 'GP_Locales' ) ) { |
43 |
|
$wpcom_locale_object = GP_Locales::by_field( 'wp_locale', $wpcom_locale ); |
44 |
|
if ( $wpcom_locale_object instanceof GP_Locale ) { |
45 |
|
$wpcom_locale = $wpcom_locale_object->slug; |
46 |
|
} |
47 |
|
} |
48 |
|
|
49 |
|
if ( empty( $instance['show_name'] ) ) { |
50 |
|
$attributes[] = 'data-show-blog-name="false"'; |
projects/plugins/jetpack/modules/notes.php 1 location
|
@@ 186-191 (lines=6) @@
|
183 |
|
} |
184 |
|
} |
185 |
|
|
186 |
|
if ( class_exists( 'GP_Locales' ) ) { |
187 |
|
$wpcom_locale_object = GP_Locales::by_field( 'wp_locale', $wpcom_locale ); |
188 |
|
if ( $wpcom_locale_object instanceof GP_Locale ) { |
189 |
|
$wpcom_locale = $wpcom_locale_object->slug; |
190 |
|
} |
191 |
|
} |
192 |
|
|
193 |
|
$classes = 'wpnt-loading wpn-read'; |
194 |
|
$wp_admin_bar->add_menu( array( |
projects/plugins/jetpack/modules/masterbar/masterbar/class-masterbar.php 1 location
|
@@ 385-390 (lines=6) @@
|
382 |
|
} |
383 |
|
} |
384 |
|
|
385 |
|
if ( class_exists( 'GP_Locales' ) ) { |
386 |
|
$wpcom_locale_object = GP_Locales::by_field( 'wp_locale', get_locale() ); |
387 |
|
if ( $wpcom_locale_object instanceof GP_Locale ) { |
388 |
|
$wpcom_locale = $wpcom_locale_object->slug; |
389 |
|
} |
390 |
|
} |
391 |
|
|
392 |
|
return $wpcom_locale; |
393 |
|
} |