Ticket #12737: 12737-hidden.diff
File 12737-hidden.diff, 728 bytes (added by , 14 years ago) |
---|
-
wp-admin/options-reading.php
25 25 <form name="form1" method="post" action="options.php"> 26 26 <?php settings_fields( 'reading' ); ?> 27 27 28 <?php if ( ! get_pages() ) : ?> 29 <input name="show_on_front" type="hidden" value="posts" /> 28 30 <table class="form-table"> 29 <?php if ( get_pages() ): ?> 31 <?php else : ?> 32 <table class="form-table"> 30 33 <tr valign="top"> 31 34 <th scope="row"><?php _e( 'Front page displays' ); ?></th> 32 35 <td id="front-static-pages"><fieldset><legend class="screen-reader-text"><span><?php _e( 'Front page displays' ); ?></span></legend>