[wp-cvs] wordpress/wp-admin options-reading.php,1.8,1.8.2.1

Ryan Boren rboren at users.sourceforge.net
Thu May 27 17:07:01 CDT 2004


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

Modified Files:
      Tag: WordPress-Ver-1_2_1-Branch
	options-reading.php 
Log Message:
Mark strings for translation.

Index: options-reading.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/options-reading.php,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -d -r1.8 -r1.8.2.1
*** options-reading.php	8 May 2004 01:15:01 -0000	1.8
--- options-reading.php	27 May 2004 22:06:59 -0000	1.8.2.1
***************
*** 55,61 ****
  				<td><input name="posts_per_page" type="text" id="posts_per_page" value="<?php echo get_settings('posts_per_page'); ?>" size="3" /> 
  					<select name="what_to_show" id="what_to_show" > 
! 						<option value="days" <?php selected('days', get_settings('what_to_show')); ?>>days</option> 
! 						<option value="posts" <?php selected('posts', get_settings('what_to_show')); ?>>posts</option> 
! 						<option value="paged" <?php selected('paged', get_settings('what_to_show')); ?>>posts paged</option> 
  					</select> </td> 
  			</tr> 
--- 55,61 ----
  				<td><input name="posts_per_page" type="text" id="posts_per_page" value="<?php echo get_settings('posts_per_page'); ?>" size="3" /> 
  					<select name="what_to_show" id="what_to_show" > 
!                                                 <option value="days" <?php selected('days', get_settings('what_to_show')); ?>><?php _e('days') ?></option> 
! 						<option value="posts" <?php selected('posts', get_settings('what_to_show')); ?>><?php _e('posts') ?></option> 
! 						<option value="paged" <?php selected('paged', get_settings('what_to_show')); ?>><?php _e('posts paged') ?></option> 
  					</select> </td> 
  			</tr> 




More information about the cvs mailing list