]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-pass.php
Wordpress 3.1.1-scripts
[autoinstalls/wordpress.git] / wp-pass.php
index 1be8095cc01aa026a5098b381f4a1353fef14fad..c0c0c42a3e2c7d56050d511b76999f1019295e8c 100644 (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() )
@@ -16,4 +16,5 @@ if ( get_magic_quotes_gpc() )
 setcookie('wp-postpass_' . COOKIEHASH, $_POST['post_password'], time() + 864000, COOKIEPATH);
 
 wp_safe_redirect(wp_get_referer());
-?>
\ No newline at end of file
+exit;
+?>