Plugin Directory

Changeset 3256578


Ignore:
Timestamp:
03/16/2025 01:20:40 PM (13 months ago)
Author:
signalsight
Message:

Script path fixed

Location:
signalsight-conversion-api
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • signalsight-conversion-api/tags/1.0.0/signalsight-conversion-api.php

    r3256564 r3256578  
    3636    wp_register_style(
    3737        'signalsight-admin-style',
    38         plugin_dir_url(__FILE__) . 'assets/css/signalsight-style.css',
     38        plugin_dir_url(__FILE__) . 'css/signalsight-style.css',
    3939        array(),
    4040        SIGNCOAP_PLUGIN_VERSION
     
    5151    wp_register_script(
    5252        'signalsight-main',
    53         plugin_dir_url(__FILE__) . 'assets/js/signalsight-main.js',
     53        plugin_dir_url(__FILE__) . 'js/signalsight-main.js',
    5454        array('jquery'),
    5555        SIGNCOAP_PLUGIN_VERSION,
  • signalsight-conversion-api/trunk/signalsight-conversion-api.php

    r3256564 r3256578  
    3636    wp_register_style(
    3737        'signalsight-admin-style',
    38         plugin_dir_url(__FILE__) . 'assets/css/signalsight-style.css',
     38        plugin_dir_url(__FILE__) . 'css/signalsight-style.css',
    3939        array(),
    4040        SIGNCOAP_PLUGIN_VERSION
     
    5151    wp_register_script(
    5252        'signalsight-main',
    53         plugin_dir_url(__FILE__) . 'assets/js/signalsight-main.js',
     53        plugin_dir_url(__FILE__) . 'js/signalsight-main.js',
    5454        array('jquery'),
    5555        SIGNCOAP_PLUGIN_VERSION,
Note: See TracChangeset for help on using the changeset viewer.