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:
parent
51a5e818da
commit
987ec5e6ad
|
@ -273,6 +273,4 @@ class PasswordHash {
|
|||
|
||||
return $hash === $stored_hash;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
}
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue