[wp-cvs] wordpress/wp-admin options-reading.php,1.21,1.22

Matthew Mullenweg saxmatt at users.sourceforge.net
Sat Feb 5 05:50:11 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24703/wp-admin

Modified Files:
	options-reading.php 
Log Message:
Where did those spaces go?

Index: options-reading.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/options-reading.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** options-reading.php	5 Feb 2005 05:34:19 -0000	1.21
--- options-reading.php	5 Feb 2005 05:50:09 -0000	1.22
***************
*** 39,44 ****
  		<th scope="row"><?php _e('For each article, show:') ?> </th>
  		<td>
! 		<label><input name="rss_use_excerpt"  type="radio" value="0" <?php checked(0, get_settings('rss_use_excerpt')); ?>  /><?php _e('full text') ?></label><br />
! 		<label><input name="rss_use_excerpt" type="radio" value="1" <?php checked(1, get_settings('rss_use_excerpt')); ?> /><?php _e('summary') ?></label>
  		</td>
  		</tr> 
--- 39,44 ----
  		<th scope="row"><?php _e('For each article, show:') ?> </th>
  		<td>
! 		<label><input name="rss_use_excerpt"  type="radio" value="0" <?php checked(0, get_settings('rss_use_excerpt')); ?>  /> <?php _e('Full text') ?></label><br />
! 		<label><input name="rss_use_excerpt" type="radio" value="1" <?php checked(1, get_settings('rss_use_excerpt')); ?> /> <?php _e('Summary') ?></label>
  		</td>
  		</tr> 
***************
*** 49,53 ****
  		<th width="33%" scope="row"><?php _e('Encoding for pages and feeds:') ?></th> 
  		<td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option('blog_charset'); ?>" size="20" class="code" /><br />
! 		<?php _e('The character encoding you write your blog in (UTF-8 <a href="http://developer.apple.com/documentation/macos8/TextIntlSvcs/TextEncodingConversionManager/TEC1.5/TEC.b0.html">recommended</a>)') ?></td> 
  		</tr>
  	</table> 
--- 49,53 ----
  		<th width="33%" scope="row"><?php _e('Encoding for pages and feeds:') ?></th> 
  		<td><input name="blog_charset" type="text" id="blog_charset" value="<?php form_option('blog_charset'); ?>" size="20" class="code" /><br />
! 		<?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> 
  		</tr>
  	</table> 



More information about the cvs mailing list