Changeset 2873552
- Timestamp:
- 03/02/2023 10:47:19 AM (3 years ago)
- File:
-
- 1 edited
-
open-brain/trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
open-brain/trunk/index.php
r2873545 r2873552 119 119 { 120 120 wp_enqueue_style($this->plugin_name, $this->plugin_url .'assets/css/style.css'); 121 wp_enqueue_script($this->plugin_name, $this->plugin_url .'assets/js/script.js',""," 1.0.0",true);121 wp_enqueue_script($this->plugin_name, $this->plugin_url .'assets/js/script.js',"","0.3.0",true); 122 122 } 123 123 private function load_options()
Note: See TracChangeset
for help on using the changeset viewer.