Plugin Directory

Changeset 1822684


Ignore:
Timestamp:
02/15/2018 11:40:05 AM (8 years ago)
Author:
texthelp
Message:

Fix: force https & update plugin version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • browsealoud/trunk/browsealoud-wpp.php

    r1572526 r1822684  
    55Plugin URI:  https://www.texthelp.com
    66Description: Websites made more accessible with easy speech, reading and translation tools. This plugin takes care of the Browsealoud installation process for all Wordpress blogs and websites. If you hold a licence for Browsealoud simply activate this plugin and you will see that Browsealoud automatically appears. If you don't have a licence you might be interested in our <a href="https://trybrowsealoud.texthelp.com/">30 day free trial</a>.
    7 Version:     1.4
     7Version:     1.5
    88Author:      Texthelp
    99Author URI:  https://www.texthelp.com
     
    1313
    1414function browsealoudScript() {
    15     wp_enqueue_script("Browsealoud", "//www.browsealoud.com/plus/scripts/ba.js", array(), false, true);
     15    wp_enqueue_script("Browsealoud", "https://www.browsealoud.com/plus/scripts/ba.js", array(), false, true);
    1616}
    1717
Note: See TracChangeset for help on using the changeset viewer.