Plugin Directory

Changeset 403465


Ignore:
Timestamp:
07/01/2011 08:37:22 PM (15 years ago)
Author:
ekweible
Message:

Updated links to ask-it.js and ask-it.css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ask-it/trunk/ask-it.php

    r403455 r403465  
    10341034     */
    10351035    public function register_scripts() {
    1036         wp_register_script( 'askit-js', ASKIT_PLUGIN_URL . '/askit.js', array( 'jquery' ) );
     1036        wp_register_script( 'askit-js', ASKIT_PLUGIN_URL . '/ask-it.js', array( 'jquery' ) );
    10371037        wp_enqueue_script( 'askit-js' );
    10381038    }
     
    10441044     */
    10451045    public function register_styles() {
    1046         wp_register_style( 'askit-css', ASKIT_PLUGIN_URL . '/askit.css' );
     1046        wp_register_style( 'askit-css', ASKIT_PLUGIN_URL . '/ask-it.css' );
    10471047        wp_enqueue_style( 'askit-css' );
    10481048    }
Note: See TracChangeset for help on using the changeset viewer.