Plugin Directory

Changeset 3098854


Ignore:
Timestamp:
06/06/2024 05:27:34 PM (22 months ago)
Author:
divisupreme
Message:

2.5.53 rewrite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • supreme-modules-for-divi/tags/2.5.53/public/class-dsm-supreme-modules-for-divi-public.php

    r3098347 r3098854  
    5151        $this->plugin_name = $plugin_name;
    5252        $this->version     = $version;
    53 
    5453    }
    5554
     
    119118            wp_add_inline_style( 'dsm-easy-theme-builder-style', $dsm_tb_header_css );
    120119        }
    121 
    122120    }
    123121
     
    197195
    198196        // Divi Assets.
    199         wp_register_script( 'dsm-magnific-popup', plugin_dir_url( __FILE__ ) . 'js/jquery.magnific-popup.js', array( 'jquery' ), DSM_PRO_VERSION, true );
     197        wp_register_script( 'dsm-magnific-popup', plugin_dir_url( __FILE__ ) . 'js/jquery.magnific-popup.js', array( 'jquery' ), DSM_VERSION, true );
    200198    }
    201 
    202199}
Note: See TracChangeset for help on using the changeset viewer.