Ticket #39675: 39675.diff
| File 39675.diff, 916 bytes (added by , 7 years ago) |
|---|
-
wp-admin/options-general.php
183 183 184 184 // Add note about deprecated WPLANG constant. 185 185 if ( defined( 'WPLANG' ) && ( '' !== WPLANG ) && $locale !== WPLANG ) { 186 if ( is_multisite() && current_user_can( 'manage_network_options' )187 || ! is_multisite() && current_user_can( 'manage_options' ) ) {188 ?>189 <p class="description">190 <strong><?php _e( 'Note:' ); ?></strong> <?php printf( __( 'The %1$s constant in your %2$s file is no longer needed.' ), '<code>WPLANG</code>', '<code>wp-config.php</code>' ); ?>191 </p>192 <?php193 }194 186 _deprecated_argument( 'define()', '4.0.0', sprintf( __( 'The %1$s constant in your %2$s file is no longer needed.' ), 'WPLANG', 'wp-config.php' ) ); 195 187 } 196 188 ?>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)