Changeset 2509859
- Timestamp:
- 04/06/2021 08:14:59 AM (5 years ago)
- File:
-
- 1 edited
-
fasty/trunk/inc/FastyAdmin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fasty/trunk/inc/FastyAdmin.php
r2457585 r2509859 32 32 public function userScripts() 33 33 { 34 if( $this->isFastyEnabled ) 35 wp_enqueue_script('cis-optimizer', 'https://www.cisin.com/cisin4evrs5ter/5.1.0.0.js', [], false, true); 34 if( $this->isFastyEnabled ) { 35 /** Free version of script for wp.org */ 36 wp_enqueue_script('cis-optimizer', 'https://fasty.cisin.com/5.1.0.0.js', [], false, true); 37 } 36 38 } 37 39
Note: See TracChangeset
for help on using the changeset viewer.