Changeset 2017329
- Timestamp:
- 01/23/2019 04:46:53 AM (7 years ago)
- File:
-
- 1 edited
-
cometchat/trunk/comet-ready.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cometchat/trunk/comet-ready.php
r2017322 r2017329 1 1 <?php 2 2 wp_enqueue_style("ccadmin", plugin_dir_url( __FILE__ ).'css/comet-ready.css'); 3 wp_enqueue_script("c omet-admin", plugin_dir_url( __FILE__ ).'js/admin.js');3 wp_enqueue_script("ccevent", plugin_dir_url( __FILE__ ).'js/event.js'); 4 4 ?> 5 5
Note: See TracChangeset
for help on using the changeset viewer.