Changeset 6841 for trunk/wp-admin/options-reading.php
- Timestamp:
- 02/14/2008 05:19:39 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-reading.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r6840 r6841 15 15 <?php if ( get_pages() ): ?> 16 16 <tr valign="top"> 17 <th scope="row"><?php _e('Front page displays :')?></th>17 <th scope="row"><?php _e('Front page displays')?></th> 18 18 <td> 19 19 <p><label> … … 42 42 <?php endif; ?> 43 43 <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> 45 45 <td> 46 46 <input name="posts_per_page" type="text" id="posts_per_page" value="<?php form_option('posts_per_page'); ?>" size="3" /> <?php _e('posts') ?> … … 48 48 </tr> 49 49 <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> 51 51 <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> 52 52 </tr> 53 53 <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> 55 55 <td> 56 56 <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 /> … … 73 73 </tr> 74 74 <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> 76 76 <td> 77 77 <select name="avatar_rating" id="avatar_rating"> … … 87 87 </tr> 88 88 <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> 90 90 <td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option('blog_charset'); ?>" size="20" class="code" /><br /> 91 91 <?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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)