Changeset 3098854
- Timestamp:
- 06/06/2024 05:27:34 PM (22 months ago)
- 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 51 51 $this->plugin_name = $plugin_name; 52 52 $this->version = $version; 53 54 53 } 55 54 … … 119 118 wp_add_inline_style( 'dsm-easy-theme-builder-style', $dsm_tb_header_css ); 120 119 } 121 122 120 } 123 121 … … 197 195 198 196 // 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 ); 200 198 } 201 202 199 }
Note: See TracChangeset
for help on using the changeset viewer.