Make WordPress Core


Ignore:
Timestamp:
03/17/2010 04:39:50 AM (15 years ago)
Author:
markjaquith
Message:

More pedantry. "Setup" is not a verb. http://notaverb.com/setup

File:
1 edited

Legend:

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

    r13680 r13725  
    477477
    478478/**
    479  * Setup global user vars.
     479 * Set up global user vars.
    480480 *
    481481 * Used by set_current_user() for back compat. Might be deprecated in the
     
    492492 * @global string $user_identity The display name of the user
    493493 *
    494  * @param int $for_user_id Optional. User ID to setup global data.
     494 * @param int $for_user_id Optional. User ID to set up global data.
    495495 */
    496496function setup_userdata($for_user_id = '') {
Note: See TracChangeset for help on using the changeset viewer.