From bbe1956bbb6ed4241247116e49f5003f9293aa91 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 20 Apr 2009 21:50:29 +0000 Subject: [PATCH] Grammar fix. Props Denis-de-Bernardy. fixes #9601 git-svn-id: http://svn.automattic.com/wordpress/trunk@11022 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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() )