Make WordPress Core


Ignore:
Timestamp:
11/17/2019 07:41:49 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct spelling of "subclass" and "overridden" in various docblocks and error messages.

Props garrett-eclipse.
Fixes #48676.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-list-table.php

    r46662 r46739  
    252252     */
    253253    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.' );
    255255    }
    256256
     
    264264     */
    265265    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.' );
    267267    }
    268268
     
    932932     */
    933933    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.' );
    935935    }
    936936
Note: See TracChangeset for help on using the changeset viewer.