Changeset 403465
- Timestamp:
- 07/01/2011 08:37:22 PM (15 years ago)
- File:
-
- 1 edited
-
ask-it/trunk/ask-it.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ask-it/trunk/ask-it.php
r403455 r403465 1034 1034 */ 1035 1035 public function register_scripts() { 1036 wp_register_script( 'askit-js', ASKIT_PLUGIN_URL . '/ask it.js', array( 'jquery' ) );1036 wp_register_script( 'askit-js', ASKIT_PLUGIN_URL . '/ask-it.js', array( 'jquery' ) ); 1037 1037 wp_enqueue_script( 'askit-js' ); 1038 1038 } … … 1044 1044 */ 1045 1045 public function register_styles() { 1046 wp_register_style( 'askit-css', ASKIT_PLUGIN_URL . '/ask it.css' );1046 wp_register_style( 'askit-css', ASKIT_PLUGIN_URL . '/ask-it.css' ); 1047 1047 wp_enqueue_style( 'askit-css' ); 1048 1048 }
Note: See TracChangeset
for help on using the changeset viewer.