Make WordPress Core

Ticket #31673: 31673.diff

File 31673.diff, 1.0 KB (added by saracannon, 10 years ago)

diff for the wording change to remove "other"

  • wp-admin/plugins.php

     
    284284                                        echo '<h2>' . _n( 'Delete Plugin', 'Delete Plugins', $plugins_to_delete ) . '</h2>';
    285285                                ?>
    286286                                <?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 other sites 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>
    288288                                <?php endif; ?>
    289289                                <p><?php echo _n( 'You are about to remove the following plugin:', 'You are about to remove the following plugins:', $plugins_to_delete ); ?></p>
    290290                                        <ul class="ul-disc">