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