Changeset 32454
- Timestamp:
- 05/08/2015 06:51:52 AM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-writing.php
r32116 r32454 57 57 58 58 <table class="form-table"> 59 <?php if ( get_site_option( 'initial_db_version' ) < 32453 ) : ?> 59 60 <tr> 60 61 <th scope="row"><?php _e('Formatting') ?></th> … … 66 67 </fieldset></td> 67 68 </tr> 69 <?php endif; ?> 68 70 <tr> 69 71 <th scope="row"><label for="default_category"><?php _e('Default Post Category') ?></label></th> -
trunk/src/wp-includes/version.php
r32378 r32454 12 12 * @global int $wp_db_version 13 13 */ 14 $wp_db_version = 32 378;14 $wp_db_version = 32453; 15 15 16 16 /**
Note: See TracChangeset
for help on using the changeset viewer.