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:
Drew Jaynes 2015-05-23 19:09:58 +00:00
parent 94a9896b05
commit 3bf89080cf

View File

@ -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 ) {