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

    r29118 r29137  
    359359    }
    360360
    361     protected function display_rows( $posts = array(), $level = 0 ) {
     361    public function display_rows( $posts = array(), $level = 0 ) {
    362362        global $wp_query, $per_page;
    363363
     
    526526    }
    527527
    528     protected function single_row( $post, $level = 0 ) {
     528    public function single_row( $post, $level = 0 ) {
    529529        global $mode;
    530530        static $alternate;
Note: See TracChangeset for help on using the changeset viewer.