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

    r13240 r13725  
    6868
    6969        # pass in parser, and a reference to this object
    70         # setup handlers
     70        # set up handlers
    7171        #
    7272        xml_set_object( $this->parser, $this );
     
    462462        // else attempt a conditional get
    463463
    464         // setup headers
     464        // set up headers
    465465        if ( $cache_status == 'STALE' ) {
    466466            $rss = $cache->get( $url );
     
    612612
    613613/**
    614  * Setup constants with default values, unless user overrides.
     614 * Set up constants with default values, unless user overrides.
    615615 *
    616616 * @since unknown
Note: See TracChangeset for help on using the changeset viewer.