Changeset 30180 for trunk/src/wp-includes/class-wp-image-editor-gd.php
- Timestamp:
- 11/03/2014 02:37:55 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-image-editor-gd.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-image-editor-gd.php
r29834 r30180 16 16 */ 17 17 class WP_Image_Editor_GD extends WP_Image_Editor { 18 19 protected $image = false; // GD Resource 18 /** 19 * @var resource 20 */ 21 protected $image; // GD Resource 20 22 21 23 public function __destruct() {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)