mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 19:54:28 +00:00
Install: Only show the language chooser when we have access to the filesystem without asking for credentials.
fixes #29397. git-svn-id: https://develop.svn.wordpress.org/trunk@29673 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -189,7 +189,7 @@ if ( ! empty( $_REQUEST['language'] ) ) {
|
||||
switch($step) {
|
||||
case 0: // Step 0
|
||||
|
||||
if ( empty( $langugage ) && ( $languages = wp_get_available_translations() ) ) {
|
||||
if ( wp_can_install_language_pack() && empty( $langugage ) && ( $languages = wp_get_available_translations() ) ) {
|
||||
display_header( 'language-chooser' );
|
||||
echo '<form id="setup" method="post" action="?step=1">';
|
||||
wp_install_language_form( $languages );
|
||||
|
||||
Reference in New Issue
Block a user