REST: Fix some errant else if conditions and add a few missing periods on inline comments.

Props mrahmadawais.
See #38398.

Built from https://develop.svn.wordpress.org/trunk@39029


git-svn-id: http://core.svn.wordpress.org/trunk@38971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2016-10-30 17:54:30 +00:00
parent 596ee8bc9d
commit 2452f69485
2 changed files with 8 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta1-39028';
$wp_version = '4.7-beta1-39029';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.