[wp-cvs] wordpress/wp-admin options-reading.php,1.12,1.13

Ryan Boren rboren at users.sourceforge.net
Fri Jun 18 00:12:40 UTC 2004


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

Modified Files:
	options-reading.php 
Log Message:
_( should be _e(. http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000057

Index: options-reading.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/options-reading.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** options-reading.php	15 Jun 2004 23:24:35 -0000	1.12
--- options-reading.php	18 Jun 2004 00:12:37 -0000	1.13
***************
*** 78,82 ****
  					<label>
  					<input name="rss_use_excerpt" type="radio" value="1" <?php checked(1, get_settings('rss_use_excerpt')); ?> />
! 					<?php _('summary') ?></label> </td>
  			</tr> 
  		</table> 
--- 78,82 ----
  					<label>
  					<input name="rss_use_excerpt" type="radio" value="1" <?php checked(1, get_settings('rss_use_excerpt')); ?> />
! 					<?php _e('summary') ?></label> </td>
  			</tr> 
  		</table> 




More information about the cvs mailing list