File: phpbb/feed/attachments_base.php
Unmodified
Added
Modified
Removed
Line 87 | Line 87 |
---|
/** * Get attachments related to a given post *
|
/** * Get attachments related to a given post *
|
* @param $post_id int Post id * @return mixed Attachments related to $post_id
| * @param int $post_id Post id * @return mixed Attachments related to $post_id
|
*/ public function get_attachments($post_id) {
| */ public function get_attachments($post_id) {
|