Bestow sentience upon users. Level up their pronoun.

Props johnbillion
fixes #24513


git-svn-id: https://develop.svn.wordpress.org/trunk@24992 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2013-08-06 16:04:07 +00:00
parent 2895127cdf
commit 5d33941220
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ if ( current_user_can( 'create_users') ) {
if ( $do_both )
echo '<h3 id="create-new-user">' . __( 'Add New User' ) . '</h3>';
?>
<p><?php _e('Create a brand new user and add it to this site.'); ?></p>
<p><?php _e('Create a brand new user and add them to this site.'); ?></p>
<form action="" method="post" name="createuser" id="createuser" class="validate"<?php do_action('user_new_form_tag');?>>
<input name="action" type="hidden" value="createuser" />
<?php wp_nonce_field( 'create-user', '_wpnonce_create-user' ) ?>