PHPCS: Fix WPCS violation in [45082].

See #42223.
Built from https://develop.svn.wordpress.org/trunk@45084


git-svn-id: http://core.svn.wordpress.org/trunk@44893 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-04-01 13:30:52 +00:00
parent 733ec3da48
commit 06d8f376ea
2 changed files with 2 additions and 2 deletions

View File

@ -1006,7 +1006,7 @@ function confirm_delete_users( $users ) {
endif; endif;
submit_button( __( 'Confirm Deletion' ), 'primary' ); submit_button( __( 'Confirm Deletion' ), 'primary' );
?> ?>
</form> </form>
<?php <?php
return true; return true;

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.2-beta1-45083'; $wp_version = '5.2-beta1-45084';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.