mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Correct @access entry for ::load() in WP_Image_Editor, WP_Image_Editor_GD, and WP_Image_Editor_Imagick.
Props upadalavipul. Fixes #41423. git-svn-id: https://develop.svn.wordpress.org/trunk@41125 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -84,7 +84,7 @@ class WP_Image_Editor_GD extends WP_Image_Editor {
|
||||
* Loads image from $this->file into new GD Resource.
|
||||
*
|
||||
* @since 3.5.0
|
||||
* @access protected
|
||||
* @access public
|
||||
*
|
||||
* @return bool|WP_Error True if loaded successfully; WP_Error on failure.
|
||||
*/
|
||||
|
||||
@@ -126,7 +126,7 @@ class WP_Image_Editor_Imagick extends WP_Image_Editor {
|
||||
* Loads image from $this->file into new Imagick Object.
|
||||
*
|
||||
* @since 3.5.0
|
||||
* @access protected
|
||||
* @access public
|
||||
*
|
||||
* @return true|WP_Error True if loaded; WP_Error on failure.
|
||||
*/
|
||||
|
||||
@@ -66,7 +66,7 @@ abstract class WP_Image_Editor {
|
||||
* Loads image from $this->file into editor.
|
||||
*
|
||||
* @since 3.5.0
|
||||
* @access protected
|
||||
* @access public
|
||||
* @abstract
|
||||
*
|
||||
* @return bool|WP_Error True if loaded; WP_Error on failure.
|
||||
|
||||
Reference in New Issue
Block a user