Changeset 16061 for trunk/wp-admin/network/themes.php
- Timestamp:
- 10/28/2010 09:56:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/themes.php
r15481 r16061 41 41 <h2><?php _e( 'Network Themes' ) ?></h2> 42 42 <p><?php _e( 'Themes must be enabled for your network before they will be available to individual sites.' ) ?></p> 43 <p class="submit"> 44 <input type="submit" value="<?php _e( 'Apply Changes' ) ?>" /></p> 43 <?php submit_button( __( 'Apply Changes' ), '', '' ); ?> 45 44 <table class="widefat"> 46 45 <thead> … … 84 83 </tbody> 85 84 </table> 86 87 <p class="submit"> 88 <input type="submit" value="<?php _e( 'Apply Changes' ) ?>" /></p> 85 86 <?php submit_button( __( 'Apply Changes' ), '', '' ); ?> 89 87 </form> 90 88
Note: See TracChangeset
for help on using the changeset viewer.