Changeset 6475 for trunk/wp-admin/options-reading.php
- Timestamp:
- 12/23/2007 10:05:37 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-reading.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r6026 r6475 16 16 <fieldset class="options"> 17 17 <legend><?php _e('Front Page') ?></legend> 18 <table width="100%" cellspacing="2" cellpadding="5" class="optiontable editform">18 <table class="niceblue"> 19 19 <tr valign="top"> 20 20 <th width="33%" scope="row"><?php _e('Front page displays:')?></th> … … 49 49 <fieldset class="options"> 50 50 <legend><?php _e('Blog Pages') ?></legend> 51 <table width="100%" cellspacing="2" cellpadding="5" class="optiontable editform">51 <table class="niceblue"> 52 52 <tr valign="top"> 53 53 <th width="33%" scope="row"><?php _e('Show at most:') ?></th> … … 76 76 </table> 77 77 </fieldset> 78 <table width="100%" cellspacing="2" cellpadding="5" class="optiontable editform">78 <table class="niceblue"> 79 79 <tr valign="top"> 80 80 <th width="33%" scope="row"><?php _e('Encoding for pages and feeds:') ?></th>
Note: See TracChangeset
for help on using the changeset viewer.