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

    r29118 r29137  
    145145    }
    146146
    147     protected function display_rows_or_placeholder() {
     147    public function display_rows_or_placeholder() {
    148148        $taxonomy = $this->screen->taxonomy;
    149149
     
    241241    }
    242242
    243     protected function single_row( $tag, $level = 0 ) {
     243    public function single_row( $tag, $level = 0 ) {
    244244        global $taxonomy;
    245245        $tag = sanitize_term( $tag, $taxonomy );
Note: See TracChangeset for help on using the changeset viewer.