Changeset 32454 for trunk/src/wp-admin/options-writing.php
- Timestamp:
- 05/08/2015 06:51:52 AM (10 years ago)
- File:
-
- 1 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>
Note: See TracChangeset
for help on using the changeset viewer.