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

git-svn-id: http://svn.automattic.com/wordpress/trunk@11022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-04-20 21:50:29 +00:00
parent f22f7e491d
commit bbe1956bbb
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
* @package WordPress * @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' ); require( dirname(__FILE__) . '/wp-load.php' );
// Redirect to https login if forced to use SSL // Redirect to https login if forced to use SSL

View File

@ -6,7 +6,7 @@
* @package WordPress * @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'); require( dirname(__FILE__) . '/wp-load.php');
if ( get_magic_quotes_gpc() ) if ( get_magic_quotes_gpc() )