Plugin Directory

Changeset 1454874


Ignore:
Timestamp:
07/14/2016 05:27:30 PM (10 years ago)
Author:
REWordPressPlugin
Message:

Changed Priority

File:
1 edited

Legend:

Unmodified
Added
Removed
  • reachedge/trunk/reachedge-tracking-plugin.php

    r1364744 r1454874  
    3232  if (strlen($reachlocal_tracking_id) == strlen(constant('DEFAULT_CODE')) && $reachlocal_tracking_id != DEFAULT_CODE) {
    3333    $output = '<script type="text/javascript">var rl_siteid = "' .  $reachlocal_tracking_id . '";</script>';
    34     echo $output;
    3534    wp_enqueue_script( 'reachlocal_tracking_script', "//cdn.rlets.com/capture_static/mms/mms.js#reachlocal_async");
    3635  }
     
    4039  require_once(plugin_dir_path(__FILE__) . 'reachedge-tracking-plugin-settings.php');
    4140} else {
    42   add_action('wp_enqueue_scripts', 'reachedge_tracking_plugin', 20);
     41  add_action('wp_enqueue_scripts', 'reachedge_tracking_plugin', 5);
    4342}
Note: See TracChangeset for help on using the changeset viewer.