Changeset 46739 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 11/17/2019 07:41:49 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r46662 r46739 252 252 */ 253 253 public function ajax_user_can() { 254 die( 'function WP_List_Table::ajax_user_can() must be over -ridden in a sub-class.' );254 die( 'function WP_List_Table::ajax_user_can() must be overridden in a subclass.' ); 255 255 } 256 256 … … 264 264 */ 265 265 public function prepare_items() { 266 die( 'function WP_List_Table::prepare_items() must be over -ridden in a sub-class.' );266 die( 'function WP_List_Table::prepare_items() must be overridden in a subclass.' ); 267 267 } 268 268 … … 932 932 */ 933 933 public function get_columns() { 934 die( 'function WP_List_Table::get_columns() must be over -ridden in a sub-class.' );934 die( 'function WP_List_Table::get_columns() must be overridden in a subclass.' ); 935 935 } 936 936
Note: See TracChangeset
for help on using the changeset viewer.