Make WordPress Core

Changeset 32025


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.

Location:
trunk/src
Files:
2 edited

Legend:

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

    r30202 r32025  
    258258 * Remove user and optionally reassign posts and links to another user.
    259259 *
    260  * If the $reassign parameter is not assigned to an User ID, then all posts will
     260 * If the $reassign parameter is not assigned to a User ID, then all posts will
    261261 * be deleted of that user. The action 'delete_user' that is passed the User ID
    262262 * being deleted will be run after the posts are either reassigned or deleted.
  • 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.