Ticket #31673: 31673.diff
File 31673.diff, 1.0 KB (added by , 10 years ago) |
---|
-
wp-admin/plugins.php
284 284 echo '<h2>' . _n( 'Delete Plugin', 'Delete Plugins', $plugins_to_delete ) . '</h2>'; 285 285 ?> 286 286 <?php if ( $have_non_network_plugins && is_network_admin() ) : ?> 287 <div class="error"><p><strong><?php _e( 'Caution:' ); ?></strong> <?php echo _n( 'This plugin may be active on othersites in the network.', 'These plugins may be active on other sites in the network.', $plugins_to_delete ); ?></p></div>287 <div class="error"><p><strong><?php _e( 'Caution:' ); ?></strong> <?php echo _n( 'This plugin may be active on sites in the network.', 'These plugins may be active on other sites in the network.', $plugins_to_delete ); ?></p></div> 288 288 <?php endif; ?> 289 289 <p><?php echo _n( 'You are about to remove the following plugin:', 'You are about to remove the following plugins:', $plugins_to_delete ); ?></p> 290 290 <ul class="ul-disc">