Coding Standards: Remove extra whitespace in list tables' column_cb() methods.

See #47632.
Built from https://develop.svn.wordpress.org/trunk@45617


git-svn-id: http://core.svn.wordpress.org/trunk@45428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-07-09 21:11:58 +00:00
parent 9a5f538153
commit 7369ff02f5
6 changed files with 10 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45616';
$wp_version = '5.3-alpha-45617';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.