Changeset 39947 for trunk/src/wp-admin/options-general.php
- Timestamp:
- 01/24/2017 01:12:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-general.php
r39885 r39947 150 150 // Add note about deprecated WPLANG constant. 151 151 if ( defined( 'WPLANG' ) && ( '' !== WPLANG ) && $locale !== WPLANG ) { 152 if ( is_super_admin() ) { 152 if ( is_multisite() && current_user_can( 'manage_network_options' ) 153 || ! is_multisite() && current_user_can( 'manage_options' ) ) { 153 154 ?> 154 155 <p class="description">
Note: See TracChangeset
for help on using the changeset viewer.