Make WordPress Core


Ignore:
Timestamp:
04/05/2015 02:43:57 PM (10 years ago)
Author:
DrewAPicture
Message:

Correct grammar when referring to "a user" vs "an user" in several places.

Props ocean90.
Fixes #31894.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r32001 r32025  
    17451745
    17461746/**
    1747  * Checks whether an username is valid.
     1747 * Checks whether a username is valid.
    17481748 *
    17491749 * @since 2.0.1
     
    17671767
    17681768/**
    1769  * Insert an user into the database.
     1769 * Insert a user into the database.
    17701770 *
    17711771 * Most of the $userdata array fields have filters associated with the values.
     
    20612061
    20622062/**
    2063  * Update an user in the database.
     2063 * Update a user in the database.
    20642064 *
    20652065 * It is possible to update a user's password by specifying the 'user_pass'
     
    21372137
    21382138/**
    2139  * A simpler way of inserting an user into the database.
     2139 * A simpler way of inserting a user into the database.
    21402140 *
    21412141 * Creates a new user with just the username, password, and email. For more
Note: See TracChangeset for help on using the changeset viewer.