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"'; |
modules/notes.php 1 location
|
@@ 183-188 (lines=6) @@
|
| 180 |
|
} |
| 181 |
|
} |
| 182 |
|
|
| 183 |
|
if ( class_exists( 'GP_Locales' ) ) { |
| 184 |
|
$wpcom_locale_object = GP_Locales::by_field( 'wp_locale', $wpcom_locale ); |
| 185 |
|
if ( $wpcom_locale_object instanceof GP_Locale ) { |
| 186 |
|
$wpcom_locale = $wpcom_locale_object->slug; |
| 187 |
|
} |
| 188 |
|
} |
| 189 |
|
|
| 190 |
|
$classes = 'wpnt-loading wpn-read'; |
| 191 |
|
$wp_admin_bar->add_menu( array( |
modules/masterbar/masterbar.php 1 location
|
@@ 358-363 (lines=6) @@
|
| 355 |
|
} |
| 356 |
|
} |
| 357 |
|
|
| 358 |
|
if ( class_exists( 'GP_Locales' ) ) { |
| 359 |
|
$wpcom_locale_object = GP_Locales::by_field( 'wp_locale', get_locale() ); |
| 360 |
|
if ( $wpcom_locale_object instanceof GP_Locale ) { |
| 361 |
|
$wpcom_locale = $wpcom_locale_object->slug; |
| 362 |
|
} |
| 363 |
|
} |
| 364 |
|
|
| 365 |
|
return $wpcom_locale; |
| 366 |
|
} |