From 5eafd7ee5f22f59b878a2fcaa7925cd34a61d81f Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 20 Apr 2009 21:50:29 +0000 Subject: [PATCH] Grammar fix. Props Denis-de-Bernardy. fixes #9601 git-svn-id: https://develop.svn.wordpress.org/trunk@11022 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-login.php | 2 +- wp-pass.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-login.php b/wp-login.php index b912d4e566..8693e6abb3 100644 --- a/wp-login.php +++ b/wp-login.php @@ -8,7 +8,7 @@ * @package WordPress */ -/** Make sure that the WordPress bootstrap has ran before continuing. */ +/** Make sure that the WordPress bootstrap has run before continuing. */ require( dirname(__FILE__) . '/wp-load.php' ); // Redirect to https login if forced to use SSL diff --git a/wp-pass.php b/wp-pass.php index 1be8095cc0..0ad6e5ea4e 100644 --- a/wp-pass.php +++ b/wp-pass.php @@ -6,7 +6,7 @@ * @package WordPress */ -/** Make sure that the WordPress bootstrap has ran before continuing. */ +/** Make sure that the WordPress bootstrap has run before continuing. */ require( dirname(__FILE__) . '/wp-load.php'); if ( get_magic_quotes_gpc() )