Remove obsolete code
https://github.com/Automattic/wordpress-activitypub/pull/370#issuecomment-1652053210
This commit is contained in:
parent
832660c6af
commit
b25231a355
1 changed files with 0 additions and 9 deletions
|
@ -28,13 +28,6 @@ class Post {
|
|||
*/
|
||||
protected $wp_post;
|
||||
|
||||
/**
|
||||
* Attachment images, used in the content.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $attachments = array();
|
||||
|
||||
/**
|
||||
* The Allowed Tags, used in the content.
|
||||
*
|
||||
|
@ -253,8 +246,6 @@ class Post {
|
|||
}
|
||||
}
|
||||
|
||||
$this->attachments = $images;
|
||||
|
||||
return $images;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue