mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
I18N: In wp_dropdown_languages() rename the new show_site_locale_default argument to show_option_site_default.
This makes it consistent with arguments of other `wp_dropdown_*()` functions. Props SergeyBiryukov. See #38632. Fixes #38871. git-svn-id: https://develop.svn.wordpress.org/trunk@39331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -295,7 +295,7 @@ if ( $languages ) : ?>
|
||||
'selected' => $user_locale,
|
||||
'languages' => $languages,
|
||||
'show_available_translations' => false,
|
||||
'show_site_locale_default' => true
|
||||
'show_option_site_default' => true
|
||||
) );
|
||||
?>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user