Changeset 14425 for trunk/wp-admin/ms-themes.php
- Timestamp:
- 05/03/2010 11:25:14 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/ms-themes.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/ms-themes.php
r14374 r14425 30 30 <?php screen_icon(); ?> 31 31 <h2><?php _e( 'Network Themes' ) ?></h2> 32 <p><?php _e( 'Disable themes network-wide. You can enable themes on a site-by-site basis.' ) ?></p> 32 <p><?php _e( 'Themes must be enabled for your network before they will be available to individual sites.' ) ?></p> 33 <p class="submit"> 34 <input type="submit" value="<?php _e( 'Apply Changes' ) ?>" /></p> 33 35 <table class="widefat"> 34 36 <thead> 35 37 <tr> 36 <th style="width:15%; text-align:center;"><?php _e( 'Active' ) ?></th>38 <th style="width:15%;"><?php _e( 'Enable' ) ?></th> 37 39 <th style="width:25%;"><?php _e( 'Theme' ) ?></th> 38 40 <th style="width:10%;"><?php _e( 'Version' ) ?></th> … … 60 62 ?> 61 63 <tr valign="top" class="<?php echo $class, $class1; ?>"> 62 <td style="text-align:center;">64 <td> 63 65 <label><input name="theme[<?php echo $theme_key ?>]" type="radio" id="enabled_<?php echo $theme_key ?>" value="enabled" <?php checked( $enabled ) ?> /> <?php _e( 'Yes' ) ?></label> 64 66 … … 74 76 75 77 <p class="submit"> 76 <input type="submit" value="<?php _e( ' Update Themes' ) ?>" /></p>78 <input type="submit" value="<?php _e( 'Apply Changes' ) ?>" /></p> 77 79 </form> 78 80 … … 81 83 <?php printf( __( 'Themes Installed: %d' ), $total_theme_count); ?> 82 84 <br /> 83 <?php printf( __( 'Themes Activated: %d' ), $activated_themes_count); ?>85 <?php printf( __( 'Themes Enabled: %d' ), $activated_themes_count); ?> 84 86 </p> 85 87 </div>
Note: See TracChangeset
for help on using the changeset viewer.