Make WordPress Core


Ignore:
Timestamp:
12/13/2010 09:21:50 PM (15 years ago)
Author:
ryan
Message:

Pink trailing whites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugin-install.php

    r16776 r16900  
    1414if ( ! current_user_can('install_plugins') )
    1515    wp_die(__('You do not have sufficient permissions to install plugins on this site.'));
    16            
     16
    1717if ( is_multisite() && ! is_network_admin() ) {
    1818    wp_redirect( network_admin_url( 'plugin-install.php' ) );
Note: See TracChangeset for help on using the changeset viewer.