From 24cc3db43a23eab578d66877287bd84d27611a2c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 6 Oct 2015 23:44:20 +0000 Subject: [PATCH] Remove closing PHP tag from `wp-includes/class-phpass.php`. Previously: [19712], [28678]. Props iamfriendly, amandato. Fixes #30534. git-svn-id: https://develop.svn.wordpress.org/trunk@34887 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-phpass.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/wp-includes/class-phpass.php b/src/wp-includes/class-phpass.php index ccd1796309..8b8b113194 100644 --- a/src/wp-includes/class-phpass.php +++ b/src/wp-includes/class-phpass.php @@ -273,6 +273,4 @@ class PasswordHash { return $hash === $stored_hash; } -} - -?> +} \ No newline at end of file