Plugin Directory

Changeset 2192471


Ignore:
Timestamp:
11/14/2019 07:32:40 AM (6 years ago)
Author:
thmarx
Message:

fix static issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experience-manager/trunk/includes/modules/editors/elementor/class.elementor_integration.php

    r2192435 r2192471  
    3333    }
    3434
    35     static function getAttributes($element, $in_edit = false) {
     35    function getAttributes($element, $in_edit = false) {
    3636        $settings = $element->get_settings();
    3737
     
    6565        tma_exm_log("widget_before_render");
    6666
    67         $attrs = Elementor_Integration::getAttributes($element);
     67        $attrs = $this->getAttributes($element);
    6868
    6969        $element->add_render_attribute('_wrapper', $attrs);
Note: See TracChangeset for help on using the changeset viewer.