Changeset 14494 for trunk/wp-admin/ms-options.php
- Timestamp:
- 05/07/2010 02:58:35 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/ms-options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-options.php
r14404 r14494 56 56 <th scope="row"><?php _e( 'Global Terms' ) ?></th> 57 57 <td> 58 <label><input type="radio" id="global_terms_enabled" name="global_terms_enabled" value="0"<?php checked( get_site_option( 'global_terms_enabled' ), 0 ) ?>/> <?php _e( 'Disabled' ); ?></label><br/> 58 59 <label><input type="radio" id="global_terms_enabled" name="global_terms_enabled" value="1"<?php checked( get_site_option( 'global_terms_enabled' ), 1 ) ?>/> <?php _e( 'Maintain a global list of terms from all sites across the network.' ); ?></label><br /> 59 <label><input type="radio" id="global_terms_enabled" name="global_terms_enabled" value="0"<?php checked( get_site_option( 'global_terms_enabled' ), 0 ) ?>/> <?php _e( 'Disabled' ); ?></label></td> 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> 60 63 </tr> 61 64 </table>
Note: See TracChangeset
for help on using the changeset viewer.