[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
- Previous message: [wp-cvs] wordpress/wp-admin options-reading.php,1.12,1.13
- Next message: [wp-cvs] wordpress/wp-admin admin-functions.php, 1.31,
1.32 link-categories.php, 1.11, 1.12 link-manager.php, 1.28,
1.29 menu.php, 1.18, 1.19 options.php, 1.26, 1.27 profile.php,
1.25, 1.26 upgrade-functions.php, 1.61, 1.62 users.php, 1.29, 1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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">
- Previous message: [wp-cvs] wordpress/wp-admin options-reading.php,1.12,1.13
- Next message: [wp-cvs] wordpress/wp-admin admin-functions.php, 1.31,
1.32 link-categories.php, 1.11, 1.12 link-manager.php, 1.28,
1.29 menu.php, 1.18, 1.19 options.php, 1.26, 1.27 profile.php,
1.25, 1.26 upgrade-functions.php, 1.61, 1.62 users.php, 1.29, 1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list