sync with python rss_images
This commit is contained in:
parent
80c84f3248
commit
b2b4317203
@ -96,8 +96,10 @@ class RSS_Images extends Extension {
|
|||||||
$image_url = $image->get_image_link();
|
$image_url = $image->get_image_link();
|
||||||
$posted = date(DATE_RSS, strtotime($image->posted));
|
$posted = date(DATE_RSS, strtotime($image->posted));
|
||||||
$content = html_escape(
|
$content = html_escape(
|
||||||
|
"<div>" .
|
||||||
"<p>" . $this->theme->build_thumb_html($image) . "</p>" .
|
"<p>" . $this->theme->build_thumb_html($image) . "</p>" .
|
||||||
"<p>Uploaded by " . html_escape($owner->name) . "</p>"
|
"<p>Uploaded by " . html_escape($owner->name) . "</p>" .
|
||||||
|
"</div>"
|
||||||
);
|
);
|
||||||
|
|
||||||
$data = "
|
$data = "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user