Changeset 2179188
- Timestamp:
- 10/24/2019 10:17:49 AM (6 years ago)
- File:
-
- 1 edited
-
emailsystem/trunk/emailsystem.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
emailsystem/trunk/emailsystem.php
r2170520 r2179188 217 217 218 218 function emailsystem_activate() { 219 if (strpos($_SERVER[ REQUEST_URI], 'emailsystemform') !== false) {219 if (strpos($_SERVER['REQUEST_URI'], 'emailsystemform') !== false) { 220 220 wp_register_script( 'emailsystem-js', plugins_url('/assets/js/emailsystem.js', __FILE__), array('jquery','jquery-ui-sortable','wp-color-picker')); 221 221 wp_enqueue_style( 'wp-color-picker' );
Note: See TracChangeset
for help on using the changeset viewer.