]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/class-wp-ms-themes-list-table.php
WordPress 3.3.2-scripts
[autoinstalls/wordpress.git] / wp-admin / includes / class-wp-ms-themes-list-table.php
index 6e34a163d346ef7148c9a06dfda26212ade80008..cd9841da08a465cb2070a9dcc549c388026786cd 100644 (file)
@@ -12,7 +12,7 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
        var $site_id;
        var $is_site_themes;
 
-       function WP_MS_Themes_List_Table() {
+       function __construct() {
                global $status, $page;
 
                $default_status = get_user_option( 'themes_last_view' );
@@ -32,7 +32,7 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
                if ( $this->is_site_themes )
                        $this->site_id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0;
 
-               parent::WP_List_Table( array(
+               parent::__construct( array(
                        'plural' => 'themes'
                ) );
        }