]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/list-table.php
Wordpress 3.7
[autoinstalls/wordpress.git] / wp-admin / includes / list-table.php
index 071df0dcc56038631e85d175499687155d37c34a..2403ec859a2d55e087b225fbf4e554677f4baea2 100644 (file)
@@ -95,7 +95,7 @@ class _WP_List_Table_Compat extends WP_List_Table {
 
                if ( !empty( $columns ) ) {
                        $this->_columns = $columns;
 
                if ( !empty( $columns ) ) {
                        $this->_columns = $columns;
-                       add_filter( 'manage_' . $screen->id . '_columns', array( &$this, 'get_columns' ), 0 );
+                       add_filter( 'manage_' . $screen->id . '_columns', array( $this, 'get_columns' ), 0 );
                }
        }
 
                }
        }