Make WordPress Core

Changeset 11022


Ignore:
Timestamp:
04/20/2009 09:50:29 PM (15 years ago)
Author:
ryan
Message:

Grammar fix. Props Denis-de-Bernardy. fixes #9601

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r10730 r11022  
    99 */
    1010
    11 /** Make sure that the WordPress bootstrap has ran before continuing. */
     11/** Make sure that the WordPress bootstrap has run before continuing. */
    1212require( dirname(__FILE__) . '/wp-load.php' );
    1313
  • trunk/wp-pass.php

    r7991 r11022  
    77 */
    88
    9 /** Make sure that the WordPress bootstrap has ran before continuing. */
     9/** Make sure that the WordPress bootstrap has run before continuing. */
    1010require( dirname(__FILE__) . '/wp-load.php');
    1111
Note: See TracChangeset for help on using the changeset viewer.