Make WordPress Core

Ticket #46842: 46842.patch

File 46842.patch, 537 bytes (added by SaeedFard, 5 years ago)
  • wp-admin/includes/class-wp-list-table-compat.php

     
    1616        public $_screen;
    1717        public $_columns;
    1818
     19        /**
     20         * @param array $args
     21         * @param string|object $screen
     22         */
    1923        public function __construct( $screen, $columns = array() ) {
    2024                if ( is_string( $screen ) ) {
    2125                        $screen = convert_to_screen( $screen );