Remove closing PHP tag from `wp-includes/class-phpass.php`.

Previously: [19712], [28678].

Props iamfriendly, amandato.
Fixes #30534.
Built from https://develop.svn.wordpress.org/trunk@34887


git-svn-id: http://core.svn.wordpress.org/trunk@34852 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-10-06 23:45:25 +00:00
parent 51a5e818da
commit 987ec5e6ad
2 changed files with 2 additions and 4 deletions

View File

@ -273,6 +273,4 @@ class PasswordHash {
return $hash === $stored_hash;
}
}
?>
}

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34886';
$wp_version = '4.4-alpha-34887';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.