Make WordPress Core

Changeset 31210


Ignore:
Timestamp:
01/16/2015 05:41:50 PM (10 years ago)
Author:
wonderboymusic
Message:

Add 2 noop methods to WP_List_Table: ->column_default() and ->column_cb().

WP_List_Table is essentially an abstract class. Some of its methods throw die() warnings if they aren't overridden in a child class.

These noop methods wouldn't be abstract, because they are not required in subclasses. However, WP_List_Table can call these methods in its own method, ->single_row_columns(), whether a subclass defined them or not.

See #30799.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.