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

git-svn-id: https://develop.svn.wordpress.org/trunk@11022 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-04-20 21:50:29 +00:00
parent 3ce92cfb8a
commit 5eafd7ee5f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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() )