Ticket #11850: 11850.diff
File 11850.diff, 786 bytes (added by , 15 years ago) |
---|
-
wp-admin/plugins.php
250 250 $plugins_to_delete = count( $plugin_info ); 251 251 echo '<h2>' . _n( 'Delete Plugin', 'Delete Plugins', $plugins_to_delete ) . '</h2>'; 252 252 ?> 253 <p><?php echo _n( ' Deleting the selected plugin will remove the following plugin and its files:', 'Deleting the selected plugins will remove the following plugins and their files:', $plugins_to_delete ); ?></p>253 <p><?php echo _n( 'You are about to remove the following plugin:', 'You are about to remove the following plugins:', $plugins_to_delete ); ?></p> 254 254 <ul class="ul-disc"> 255 255 <?php 256 256 $data_to_delete = false;