Coding Standards: Use strict comparison in wp-admin/includes/class-wp-posts-list-table.php.

Includes minor code layout fixes for better readability.

See #52627.
Built from https://develop.svn.wordpress.org/trunk@50804


git-svn-id: http://core.svn.wordpress.org/trunk@50413 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2021-05-03 13:57:04 +00:00
parent 29cd5d902d
commit 4f2c63bbf6
4 changed files with 97 additions and 39 deletions

View File

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