← All changes
|
modules/floating-buttons/classes/render/contact-buttons-core-render.php
+1
-1
4.3.0-beta2
→
4.0.3
View file →
| @@ -47,9 +47,9 @@ | ||
| 47 | 47 | $this->widget->add_render_attribute( 'layout', [ |
| 48 | 48 | 'class' => $layout_classnames, |
| 49 | 49 | 'id' => $this->settings['advanced_custom_css_id'], |
| 50 | 50 | 'data-document-id' => get_the_ID(), |
| 51 | - 'role' => 'dialog', | |
| 51 | + 'aria-role' => 'dialog', | |
| 52 | 52 | ] ); |
| 53 | 53 | } |
| 54 | 54 | |
| 55 | 55 | protected function add_content_wrapper_render_attribute() { |