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

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


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

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.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** options-reading.php	18 Jun 2004 00:12:37 -0000	1.13
--- options-reading.php	18 Jun 2004 00:13:16 -0000	1.14
***************
*** 69,73 ****
                  <th width="33%" scope="row"><?php _e('Show the most recent:') ?></th> 
  				<td><input name="posts_per_rss" type="text" id="posts_per_rss" value="<?php echo get_settings('posts_per_rss'); ?>" size="3" /> 
! 					<?php _('posts') ?></td> 
  			</tr>
  			<tr valign="top">
--- 69,73 ----
                  <th width="33%" scope="row"><?php _e('Show the most recent:') ?></th> 
  				<td><input name="posts_per_rss" type="text" id="posts_per_rss" value="<?php echo get_settings('posts_per_rss'); ?>" size="3" /> 
! 					<?php _e('posts') ?></td> 
  			</tr>
  			<tr valign="top">




More information about the cvs mailing list