Wording clarification.
git-svn-id: https://develop.svn.wordpress.org/trunk@1548 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
507b2a1631
commit
fe34dadde1
@ -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
Block a user