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/classes.php

    r13425 r13725  
    410410
    411411    /**
    412      * Setup the WordPress Globals.
     412     * Set up the WordPress Globals.
    413413     *
    414414     * The query_vars property will be extracted to the GLOBALS. So care should
     
    441441
    442442    /**
    443      * Setup the current user.
     443     * Set up the current user.
    444444     *
    445445     * @since 2.0.0
     
    450450
    451451    /**
    452      * Setup the Loop based on the query variables.
     452     * Set up the Loop based on the query variables.
    453453     *
    454454     * @uses WP::$query_vars
Note: See TracChangeset for help on using the changeset viewer.