Make WordPress Core

Ticket #46842: 46842-3.patch

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

     
    1616        public $_screen;
    1717        public $_columns;
    1818
     19        /**
     20         * Constructor function.
     21         *
     22         * @since 3.1.0
     23         *
     24         * @param string|object $screen
     25         * @param array $columns
     26         */
    1927        public function __construct( $screen, $columns = array() ) {
    2028                if ( is_string( $screen ) ) {
    2129                        $screen = convert_to_screen( $screen );