Coding Standards: Some missed code formatting.

Unprops: whyisjake.



git-svn-id: https://develop.svn.wordpress.org/trunk@48415 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jake Spurlock
2020-07-10 00:59:58 +00:00
parent 36f9f6c70d
commit 80e2a20c53
4 changed files with 3 additions and 4 deletions

View File

@@ -600,7 +600,7 @@ class WP_Posts_List_Table extends WP_List_Table {
protected function get_table_classes() {
$mode = get_user_setting( 'posts_list_mode', 'list' );
$mode_class = 'extended' === $mode ? 'table-view-extended' : 'table-view-list';
$mode = get_user_setting( 'posts_list_mode', 'list' );
$mode = get_user_setting( 'posts_list_mode', 'list' );
/**
* Filters the current view mode.
*