Make WordPress Core

Changeset 13725 for trunk/wp-cron.php


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-cron.php

    r11826 r13725  
    22/**
    33 * WordPress Cron Implementation for hosts, which do not offer CRON or for which
    4  * the user has not setup a CRON job pointing to this file.
     4 * the user has not set up a CRON job pointing to this file.
    55 *
    66 * The HTTP request to this file will not slow down the visitor who happens to
     
    2323
    2424if ( !defined('ABSPATH') ) {
    25     /** Setup WordPress environment */
     25    /** Set up WordPress environment */
    2626    require_once('./wp-load.php');
    2727}
Note: See TracChangeset for help on using the changeset viewer.