Make WordPress Core


Ignore:
Timestamp:
07/13/2014 10:08:22 PM (10 years ago)
Author:
wonderboymusic
Message:

Fix mismatches in access modifiers for WP_List_Table + subclasses.

Fixes #28843, #28879.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-plugins-list-table.php

    r29118 r29137  
    324324    }
    325325
    326     protected function display_rows() {
     326    public function display_rows() {
    327327        global $status;
    328328
     
    334334    }
    335335
    336     protected function single_row( $item ) {
     336    public function single_row( $item ) {
    337337        global $status, $page, $s, $totals;
    338338
Note: See TracChangeset for help on using the changeset viewer.