Plugin Directory

Changeset 949722

Timestamp:
07/16/2014 04:06:03 PM (10 years ago)
Author:
pbaylies
Message:

Added plugin versioning to module script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • all-in-one-seo-pack/trunk/aioseop_module_class.php

    r948965 r949722  
    985985                wp_enqueue_script( 'wp-pointer', false, array( 'jquery' ) );
    986986            }
    987             wp_enqueue_script( 'aioseop-module-script', $this->plugin_path['url'] . 'aioseop_module.js' );
     987            wp_enqueue_script( 'aioseop-module-script', $this->plugin_path['url'] . 'aioseop_module.js' );
    988988            if ( !empty( $this->script_data ) ) {
    989989                aioseop_localize_script_data();
Note: See TracChangeset for help on using the changeset viewer.