DragonByte Tech
Well-known member
- Affected version
- 2.2.8
push_user_post_merge
push_user_post_move
Missing
HTML:
{{ phrase('your_posts_in_thread_x_were_merged_together', {
'source': prefix('thread', $extra.prefix_id) . $extra.title
}) }}
<xf:if is="$extra.reason">{{ phrase('reason:') }} {$extra.reason}</xf:if>
<push:url>{{ base_url($extra.threadLink, 'canonical') }}</push:url>
push_user_post_move
HTML:
{{ phrase('your_post_in_thread_x_was_moved_to_y', {
'title': $extra.title,
'target': prefix('thread', $extra.prefix_id, 'plain') . $extra.targetTitle
}) }}
<xf:if is="$extra.reason">{{ phrase('reason:') }} {$extra.reason}</xf:if>
<push:url>{{ base_url($extra.targetLink, 'canonical') }}</push:url>
Missing
plain
argument from push_user_post_merge