Changes between Initial Version and Version 1 of Ticket #7226, comment 23
- Timestamp:
- 08/26/2016 07:14:27 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7226, comment 23
initial v1 1 If you're using a deprecated link_* parameter, this will take precedence instead of button_attr['class']. So I'm guessing you have link_class set?1 >If you're using a deprecated link_* parameter, this will take precedence instead of button_attr['class']. So I'm guessing you have link_class set? 2 2 3 3 Yes Nouveau is passing 'link_class' in the $buttons[] args after I set the top level function params so that's ok I can possibly concatenate those top level params with the $button ones and pass all through to the 'button_attr' I had intended regardless to update and remove those older link_* keys.