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:
parent
733ec3da48
commit
06d8f376ea
|
@ -1006,7 +1006,7 @@ function confirm_delete_users( $users ) {
|
|||
endif;
|
||||
|
||||
submit_button( __( 'Confirm Deletion' ), 'primary' );
|
||||
?>
|
||||
?>
|
||||
</form>
|
||||
<?php
|
||||
return true;
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue