Matthias Pfefferle 2023-07-26 19:16:36 +02:00 committed by Jeremy Herve
parent 832660c6af
commit b25231a355
No known key found for this signature in database
GPG key ID: EF65CC7D9AC11920

View file

@ -28,13 +28,6 @@ class Post {
*/ */
protected $wp_post; protected $wp_post;
/**
* Attachment images, used in the content.
*
* @var array
*/
protected $attachments = array();
/** /**
* The Allowed Tags, used in the content. * The Allowed Tags, used in the content.
* *
@ -253,8 +246,6 @@ class Post {
} }
} }
$this->attachments = $images;
return $images; return $images;
} }