diff --git a/src/wp-admin/options-general.php b/src/wp-admin/options-general.php index 9f05a9a05c..0b54e08604 100644 --- a/src/wp-admin/options-general.php +++ b/src/wp-admin/options-general.php @@ -149,7 +149,8 @@ if ( ! empty( $languages ) || ! empty( $translations ) ) { // Add note about deprecated WPLANG constant. if ( defined( 'WPLANG' ) && ( '' !== WPLANG ) && $locale !== WPLANG ) { - if ( is_super_admin() ) { + if ( is_multisite() && current_user_can( 'manage_network_options' ) + || ! is_multisite() && current_user_can( 'manage_options' ) ) { ?>

WPLANG', 'wp-config.php' ); ?>