[RSS Feed/News] multi_quote_macros::button ignores passed add and remove messages

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
In the button macro in the multi_quote_macros template, 'arg-addMessage' and 'arg-removeMessage' are accepted. They also have default values set.

Code:

Code:
<xf:macro name="button"
    arg-href="!"
    arg-messageSelector="!"
    arg-storageKey="!"
    arg-addMessage="{{ phrase('multiquote_add_message') }}"
    arg-removeMessage="{{ phrase('multiquote_remove_message') }}"
    arg-row="{{ false }}">

But deeper inside the macro, these passed values are ignored. Instead, their defaults are...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom