mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Correct spelling of "subclass" and "overridden" in various docblocks and error messages.
Props garrett-eclipse. Fixes #48676. git-svn-id: https://develop.svn.wordpress.org/trunk@46739 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -30,7 +30,7 @@ abstract class WP_Image_Editor {
|
||||
|
||||
/**
|
||||
* Checks to see if current environment supports the editor chosen.
|
||||
* Must be overridden in a sub-class.
|
||||
* Must be overridden in a subclass.
|
||||
*
|
||||
* @since 3.5.0
|
||||
*
|
||||
@@ -45,7 +45,7 @@ abstract class WP_Image_Editor {
|
||||
|
||||
/**
|
||||
* Checks to see if editor supports the mime-type specified.
|
||||
* Must be overridden in a sub-class.
|
||||
* Must be overridden in a subclass.
|
||||
*
|
||||
* @since 3.5.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user