Make WordPress Core


Ignore:
Timestamp:
02/14/2008 05:19:39 AM (19 years ago)
Author:
ryan
Message:

Styling updates for settings. see #5851

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-reading.php

    r6840 r6841  
    1515<?php if ( get_pages() ): ?>
    1616<tr valign="top">
    17 <th scope="row"><?php _e('Front page displays:')?></th>
     17<th scope="row"><?php _e('Front page displays')?></th>
    1818<td>
    1919        <p><label>
     
    4242<?php endif; ?>
    4343<tr valign="top">
    44 <th scope="row"><?php _e('Blog pages show at most:') ?></th>
     44<th scope="row"><?php _e('Blog pages show at most') ?></th>
    4545<td>
    4646<input name="posts_per_page" type="text" id="posts_per_page" value="<?php form_option('posts_per_page'); ?>" size="3" /> <?php _e('posts') ?>
     
    4848</tr>
    4949<tr valign="top">
    50 <th scope="row"><?php _e('Syndication feeds show the most recent:') ?></th>
     50<th scope="row"><?php _e('Syndication feeds show the most recent') ?></th>
    5151<td><input name="posts_per_rss" type="text" id="posts_per_rss" value="<?php form_option('posts_per_rss'); ?>" size="3" /> <?php _e('posts') ?></td>
    5252</tr>
    5353<tr valign="top">
    54 <th scope="row"><?php _e('For each article in a feed, show:') ?> </th>
     54<th scope="row"><?php _e('For each article in a feed, show') ?> </th>
    5555<td>
    5656<p><label><input name="rss_use_excerpt"  type="radio" value="0" <?php checked(0, get_option('rss_use_excerpt')); ?>     /> <?php _e('Full text') ?></label><br />
     
    7373</tr>
    7474<tr valign="top">
    75 <th scope="row"><?php _e('Show Avatars with Rating:') ?></th>
     75<th scope="row"><?php _e('Show Avatars with Rating') ?></th>
    7676<td>
    7777<select name="avatar_rating" id="avatar_rating">
     
    8787</tr>
    8888<tr valign="top">
    89 <th scope="row"><?php _e('Encoding for pages and feeds:') ?></th>
     89<th scope="row"><?php _e('Encoding for pages and feeds') ?></th>
    9090<td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option('blog_charset'); ?>" size="20" class="code" /><br />
    9191<?php _e('The character encoding you write your blog in (UTF-8 is <a href="http://developer.apple.com/documentation/macos8/TextIntlSvcs/TextEncodingConversionManager/TEC1.5/TEC.b0.html">recommended</a>)') ?></td>
Note: See TracChangeset for help on using the changeset viewer.