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:
parent
f22f7e491d
commit
bbe1956bbb
|
@ -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
|
||||
|
|
|
@ -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() )
|
||||
|
|
Loading…
Reference in New Issue