Changeset 14854 for trunk/wp-admin/ms-options.php
- Timestamp:
- 05/24/2010 08:45:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-options.php
r14736 r14854 51 51 <?php printf( __( 'Registration and support emails will come from this address. An address such as <code>support@%s</code> is recommended.' ), $current_site->domain ); ?> 52 52 </td> 53 </tr>54 55 <tr valign="top">56 <th scope="row"><?php _e( 'Global Terms' ) ?></th>57 <td>58 <label><input type="radio" name="global_terms_enabled" value="0"<?php checked( global_terms_enabled(), false ) ?>/> <?php _e( 'Disabled' ); ?></label><br/>59 <label><input type="radio" name="global_terms_enabled" value="1"<?php checked( global_terms_enabled(), true ) ?>/> <?php _e( 'Maintain a global list of terms from all sites across the network.' ); ?></label><br />60 <?php if ( ! get_site_option( 'global_terms_enabled') ) { ?>61 <strong><?php _e( 'Warning!' ); ?></strong> <?php _e( 'Enabling global terms will create a new table and synchronize terms across the network.' ); ?>62 <?php } ?></td>63 53 </tr> 64 54 </table>
Note: See TracChangeset
for help on using the changeset viewer.