PluginProbe
Bogo / 2.9
Bogo v2.9
3.9.3 trunk 1.0 1.1 2.0 2.0.1 2.1 2.1.1 2.1.2 2.1.3 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 2.5 2.6 2.6.1 2.7 2.8 2.8.1 2.9 3.0 3.0.1 All 52 releases
← All changes | admin/includes/user.php +0 -4 3.02.9 View file →
@@ -89,12 +89,8 @@
89 89 <?php
90 90 }
91 91
92 92 function bogo_select_own_locale( $profileuser ) {
93 - if ( ! empty( $profileuser->locale ) ) { // WordPress 4.7+
94 - return;
95 - }
96 -
97 93 $available_languages = bogo_available_languages( array(
98 94 'exclude_enus_if_inactive' => true,
99 95 'orderby' => 'value',
100 96 'current_user_can_access' => true ) );