[wp-cvs] wordpress/wp-admin options-general.php,1.24,1.25

Matthew Mullenweg saxmatt at users.sourceforge.net
Sat Aug 21 21:26:26 UTC 2004


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

Modified Files:
	options-general.php 
Log Message:
Wording clarification.

Index: options-general.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/options-general.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** options-general.php	19 Jun 2004 04:23:58 -0000	1.24
--- options-general.php	21 Aug 2004 21:26:23 -0000	1.25
***************
*** 81,85 ****
            <label for="new_users_can_blog"> 
            <input name="new_users_can_blog" type="checkbox" id="new_users_can_blog" value="1" <?php checked('1', get_settings('new_users_can_blog')); ?> /> 
!           <?php _e('Any registered member can publish articles') ?> </label></td> 
        </tr> 
      </table> 
--- 81,85 ----
            <label for="new_users_can_blog"> 
            <input name="new_users_can_blog" type="checkbox" id="new_users_can_blog" value="1" <?php checked('1', get_settings('new_users_can_blog')); ?> /> 
!           <?php _e('Newly registered members can publish articles') ?> </label></td> 
        </tr> 
      </table> 




More information about the cvs mailing list