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-ms-themes-list-table.php

    r29118 r29137  
    251251    }
    252252
    253     protected function display_rows() {
     253    public function display_rows() {
    254254        foreach ( $this->items as $theme )
    255255            $this->single_row( $theme );
    256256    }
    257257
    258     protected function single_row( $theme ) {
     258    public function single_row( $theme ) {
    259259        global $status, $page, $s, $totals;
    260260
Note: See TracChangeset for help on using the changeset viewer.