Changeset 13971 for trunk/wp-admin/options-reading.php
- Timestamp:
- 04/03/2010 12:53:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r13823 r13971 30 30 <tr valign="top"> 31 31 <th scope="row"><?php _e( 'Front page displays' ); ?></th> 32 <td ><fieldset><legend class="screen-reader-text"><span><?php _e( 'Front page displays' ); ?></span></legend>32 <td id="front-static-pages"><fieldset><legend class="screen-reader-text"><span><?php _e( 'Front page displays' ); ?></span></legend> 33 33 <p><label> 34 34 <input name="show_on_front" type="radio" value="posts" class="tog" <?php checked( 'posts', get_option( 'show_on_front' ) ); ?> /> … … 46 46 </ul> 47 47 <?php if ( 'page' == get_option( 'show_on_front' ) && get_option( 'page_for_posts' ) == get_option( 'page_on_front' ) ) : ?> 48 <div id="front-page-warning" class="updated"> 49 <p> 50 <?php _e( '<strong>Warning:</strong> these pages should not be the same!' ); ?> 51 </p> 52 </div> 48 <div id="front-page-warning" class="error inline"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same!' ); ?></p></div> 53 49 <?php endif; ?> 54 50 </fieldset></td>
Note: See TracChangeset
for help on using the changeset viewer.