From 987ec5e6ad3259ce459ea10c59d3ad281d4ab570 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 6 Oct 2015 23:45:25 +0000 Subject: [PATCH] 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 --- wp-includes/class-phpass.php | 4 +--- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/wp-includes/class-phpass.php b/wp-includes/class-phpass.php index ccd1796309..8b8b113194 100644 --- a/wp-includes/class-phpass.php +++ b/wp-includes/class-phpass.php @@ -273,6 +273,4 @@ class PasswordHash { return $hash === $stored_hash; } -} - -?> +} \ No newline at end of file diff --git a/wp-includes/version.php b/wp-includes/version.php index 66fb722bdc..d5d840af1e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.