Wording clarification.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f9a6bf3998
commit
7637dbb6dc
|
@ -80,7 +80,7 @@ include('options-head.php');
|
|||
<br />
|
||||
<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>
|
||||
<?php _e('Newly registered members can publish articles') ?> </label></td>
|
||||
</tr>
|
||||
</table>
|
||||
<fieldset class="options">
|
||||
|
|
Loading…
Reference in New Issue