Skip to content

Commit

Permalink
Bestow sentience upon users. Level up their pronoun.
Browse files Browse the repository at this point in the history
Props johnbillion
fixes #24513


git-svn-id: http://core.svn.wordpress.org/trunk@24992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
Ryan Boren committed Aug 6, 2013
1 parent aa5f2e1 commit dd7a912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-admin/user-new.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ function admin_created_user_subject( $text ) {
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' ) ?>
Expand Down

0 comments on commit dd7a912

Please sign in to comment.