Changeset 13419 for trunk/wp-admin/ms-options.php
- Timestamp:
- 02/25/2010 10:11:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-options.php
r13380 r13419 235 235 <?php if ( get_site_option( 'admin_notice_feed' ) != 'http://' . $current_site->domain . $current_site->path . 'feed/' ) 236 236 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>249 237 </tr> 250 238 </table>
Note: See TracChangeset
for help on using the changeset viewer.