Make WordPress Core


Ignore:
Timestamp:
04/29/2011 08:05:12 PM (13 years ago)
Author:
ryan
Message:

Constructor cleanup. Props ocean90. fixes #16768

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-ms-sites-list-table.php

    r17496 r17771  
    1010class WP_MS_Sites_List_Table extends WP_List_Table {
    1111
    12     function WP_MS_Sites_List_Table() {
    13         parent::WP_List_Table( array(
     12    function __construct() {
     13        parent::__construct( array(
    1414            'plural' => 'sites',
    1515        ) );
Note: See TracChangeset for help on using the changeset viewer.