Make WordPress Core


Ignore:
Timestamp:
11/17/2019 07:41:49 AM (7 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-includes/class-wp-image-editor.php

    r46661 r46739  
    3131        /**
    3232         * Checks to see if current environment supports the editor chosen.
    33          * Must be overridden in a sub-class.
     33         * Must be overridden in a subclass.
    3434         *
    3535         * @since 3.5.0
     
    4646        /**
    4747         * Checks to see if editor supports the mime-type specified.
    48          * Must be overridden in a sub-class.
     48         * Must be overridden in a subclass.
    4949         *
    5050         * @since 3.5.0
Note: See TracChangeset for help on using the changeset viewer.