Skip to content

Commit 5eafd7e

Browse files
committed
Grammar fix. Props Denis-de-Bernardy. fixes WordPress#9601
git-svn-id: https://develop.svn.wordpress.org/trunk@11022 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3ce92cf commit 5eafd7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

wp-login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @package WordPress
99
*/
1010

11-
/** Make sure that the WordPress bootstrap has ran before continuing. */
11+
/** Make sure that the WordPress bootstrap has run before continuing. */
1212
require( dirname(__FILE__) . '/wp-load.php' );
1313

1414
// Redirect to https login if forced to use SSL

wp-pass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @package WordPress
77
*/
88

9-
/** Make sure that the WordPress bootstrap has ran before continuing. */
9+
/** Make sure that the WordPress bootstrap has run before continuing. */
1010
require( dirname(__FILE__) . '/wp-load.php');
1111

1212
if ( get_magic_quotes_gpc() )

0 commit comments

Comments
 (0)