@@ -67,10 +67,10 @@ discard block |
||
| 67 | 67 | protected $modes = array(); |
| 68 | 68 | |
| 69 | 69 | /** |
| 70 | - * |
|
| 71 | - * @var array |
|
| 72 | - */ |
|
| 73 | - protected $params; |
|
| 70 | + * |
|
| 71 | + * @var array |
|
| 72 | + */ |
|
| 73 | + protected $params; |
|
| 74 | 74 | |
| 75 | 75 | /** |
| 76 | 76 | * Stores the value returned by ->get_column_info() |
@@ -87,10 +87,10 @@ discard block |
||
| 87 | 87 | 'single_row_columns' ); |
| 88 | 88 | |
| 89 | 89 | /** |
| 90 | - * Construct the table object |
|
| 91 | - */ |
|
| 90 | + * Construct the table object |
|
| 91 | + */ |
|
| 92 | 92 | public function __construct( $args ) { |
| 93 | - $args = wp_parse_args( $args, array( |
|
| 93 | + $args = wp_parse_args( $args, array( |
|
| 94 | 94 | 'params' => array(), |
| 95 | 95 | 'plural' => '', |
| 96 | 96 | 'singular' => '', |