PHPCS: Remove extra tab added in [45019].

See #45974.

git-svn-id: https://develop.svn.wordpress.org/trunk@45022 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-03-27 00:02:34 +00:00
parent a8e61bfa86
commit dd7caf0fd3
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ function wp_maintenance() {
require_once( WP_CONTENT_DIR . '/maintenance.php' );
die();
}
require_once( ABSPATH . WPINC . '/functions.php' );
wp_load_translations_early();