mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Add a proper description comment for the WP_Image_Editor_GD->$image property.
See [30180]. See #30224. git-svn-id: https://develop.svn.wordpress.org/trunk@32554 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -16,9 +16,12 @@
|
||||
*/
|
||||
class WP_Image_Editor_GD extends WP_Image_Editor {
|
||||
/**
|
||||
* GD Resource.
|
||||
*
|
||||
* @access protected
|
||||
* @var resource
|
||||
*/
|
||||
protected $image; // GD Resource
|
||||
protected $image;
|
||||
|
||||
public function __destruct() {
|
||||
if ( $this->image ) {
|
||||
|
||||
Reference in New Issue
Block a user