Changeset 16816
- Timestamp:
- 12/08/2010 09:02:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r15959 r16816 65 65 <input name="show_on_front" type="hidden" value="posts" /> 66 66 <table class="form-table"> 67 <?php else : 67 <?php 68 if ( 'posts' != get_option( 'show_on_front' ) ) : 69 update_option( 'show_on_front', 'posts' ); 70 endif; 71 72 else : 68 73 if ( 'page' == get_option( 'show_on_front' ) && ! get_option( 'page_on_front' ) && ! get_option( 'page_for_posts' ) ) 69 74 update_option( 'show_on_front', 'posts' );
Note: See TracChangeset
for help on using the changeset viewer.