Ticket #46842: 46842-3.patch
| File 46842-3.patch, 595 bytes (added by , 7 years ago) |
|---|
-
wp-admin/includes/class-wp-list-table-compat.php
16 16 public $_screen; 17 17 public $_columns; 18 18 19 /** 20 * Constructor function. 21 * 22 * @since 3.1.0 23 * 24 * @param string|object $screen 25 * @param array $columns 26 */ 19 27 public function __construct( $screen, $columns = array() ) { 20 28 if ( is_string( $screen ) ) { 21 29 $screen = convert_to_screen( $screen );