Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/wp-admin/includes/class-wp-ms-themes-list-table.php

    r17771 r17450  
    1313    var $is_site_themes;
    1414
    15     function __construct() {
     15    function WP_MS_Themes_List_Table() {
    1616        global $status, $page;
    1717
     
    3333            $this->site_id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0;
    3434
    35         parent::__construct( array(
     35        parent::WP_List_Table( array(
    3636            'plural' => 'themes'
    3737        ) );
Note: See TracChangeset for help on using the changeset viewer.