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:
Dominik Schilling (ocean90)
2016-11-21 16:14:01 +00:00
parent e2f67203bb
commit 257026f7a3
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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>