Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2025-08-26 11:52:09 -04:00

View File

@@ -162,7 +162,7 @@ define('forum/topic/events', [
translator.unescape(data.post.content)
);
parentEl.find('img:not(.not-responsive)').addClass('img-fluid');
parentEl.find('[component="post/parent/content]" img:not(.emoji)').each(function () {
parentEl.find('[component="post/parent/content"] img:not(.emoji)').each(function () {
images.wrapImageInLink($(this));
});
}