Ticket #41652: 41652.patch
File 41652.patch, 781 bytes (added by , 7 years ago) |
---|
-
wp-admin/includes/network.php
102 102 global $is_apache; 103 103 104 104 if ( defined('DO_NOT_UPGRADE_GLOBAL_TABLES') ) { 105 echo '<div class="error"><p><strong>' . __( 'ERROR:') . '</strong> ' . __( 'The constant DO_NOT_UPGRADE_GLOBAL_TABLES cannot be defined when creating a network.' ) . '</p></div>';105 echo '<div class="error"><p><strong>' . __( 'ERROR:' ) . '</strong> ' . sprintf( __( 'The constant %s cannot be defined when creating a network.' ), '<code>DO_NOT_UPGRADE_GLOBAL_TABLES</code>' ) . '</p></div>'; 106 106 echo '</div>'; 107 107 include( ABSPATH . 'wp-admin/admin-footer.php' ); 108 108 die();