Plugin Directory

Changeset 2509859


Ignore:
Timestamp:
04/06/2021 08:14:59 AM (5 years ago)
Author:
melissa2011
Message:

Update the optimization links in the plugin with the new one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fasty/trunk/inc/FastyAdmin.php

    r2457585 r2509859  
    3232        public function userScripts()
    3333        {
    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            }
    3638        }
    3739
Note: See TracChangeset for help on using the changeset viewer.