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

    r13691 r13725  
    4646
    4747/**
    48  * Setup The Loop with query parameters.
     48 * Set up The Loop with query parameters.
    4949 *
    5050 * This will override the current WordPress Loop and shouldn't be used more than
     
    6464
    6565/**
    66  * Destroy the previous query and setup a new query.
     66 * Destroy the previous query and set up a new query.
    6767 *
    6868 * This should be used after {@link query_posts()} and before another {@link
    6969 * query_posts()}. This will remove obscure bugs that occur when the previous
    70  * wp_query object is not destroyed properly before another is setup.
     70 * wp_query object is not destroyed properly before another is set up.
    7171 *
    7272 * @since 2.3.0
     
    24672467
    24682468    /**
    2469      * Setup the next post and iterate current post index.
     2469     * Set up the next post and iterate current post index.
    24702470     *
    24712471     * @since 1.5.0
     
    27612761
    27622762/**
    2763  * Setup global post data.
     2763 * Set up global post data.
    27642764 *
    27652765 * @since 1.5.0
Note: See TracChangeset for help on using the changeset viewer.