Make WordPress Core


Ignore:
Timestamp:
02/25/2010 10:11:54 PM (15 years ago)
Author:
wpmuguru
Message:

move super admin list maintenance from ms-options to ms-users, See #11644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/ms-options.php

    r13380 r13419  
    235235                <?php if ( get_site_option( 'admin_notice_feed' ) != 'http://' . $current_site->domain . $current_site->path . 'feed/' )
    236236                    echo __( "A good one to use would be the feed from your main site: " ) . 'http://' . $current_site->domain . $current_site->path . 'feed/'; ?></td>
    237             </tr>
    238         </table>
    239 
    240         <h3><?php _e('Administration Settings') ?></h3>
    241         <table class="form-table">
    242             <tr valign="top">
    243                 <th scope="row"><?php _e('Network Admins') ?></th>
    244                 <td>
    245                     <input name="site_admins" type="text" id="site_admins" style="width: 95%" value="<?php echo esc_attr( implode(' ', get_site_option( 'site_admins', array( 'admin' ) ) ) ) ?>" size="45" />
    246                     <br />
    247                     <?php _e('These users may login to the main site and administer the network. Space separated list of usernames.') ?>
    248                 </td>
    249237            </tr>
    250238        </table>
Note: See TracChangeset for help on using the changeset viewer.