- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
If you expand the "history" tab on edited content while the page is loading, this will semi-reliably replace a formatted date-time string of
This might explain some cases where the alert pop-up shows unphrased date-time strings.
This looks to be a race condition of
Later today at XYZ
with later_today_at_x
.This might explain some cases where the alert pop-up shows unphrased date-time strings.
This looks to be a race condition of
XF.phrases
being populated and the ajax request finishing and calling XF.setupHtmlInsert
. I'm fairly sure this should still happen with XF2.3, but I can't test that.