Coding Standards: Remove some extra tabs in `wp-admin/user-new.php`.

Follow-up to [47516], [47519].

See #38665.
Built from https://develop.svn.wordpress.org/trunk@47520


git-svn-id: http://core.svn.wordpress.org/trunk@47295 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-03-27 22:30:09 +00:00
parent ee1bf5a911
commit a546a9c35c
2 changed files with 16 additions and 16 deletions

View File

@ -427,7 +427,7 @@ if ( is_multisite() && current_user_can( 'promote_users' ) ) {
<label for="adduser-noconfirmation"><?php _e( 'Add the user without sending an email that requires their confirmation.' ); ?></label> <label for="adduser-noconfirmation"><?php _e( 'Add the user without sending an email that requires their confirmation.' ); ?></label>
</td> </td>
</tr> </tr>
<?php } ?> <?php } ?>
</table> </table>
<?php <?php
/** /**

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.5-alpha-47519'; $wp_version = '5.5-alpha-47520';
/** /**
* 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.