Changeset 410853
- Timestamp:
- 07/16/2011 10:33:33 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
r408425 r410853 1039 1039 */ 1040 1040 public function register_scripts() { 1041 wp_register_script( 'askit-js', ASKIT_PLUGIN_URL . ' /ask-it.js', array( 'jquery' ) );1041 wp_register_script( 'askit-js', ASKIT_PLUGIN_URL . 'ask-it.js', array( 'jquery' ) ); 1042 1042 wp_enqueue_script( 'askit-js' ); 1043 1043 } … … 1049 1049 */ 1050 1050 public function register_styles() { 1051 wp_register_style( 'askit-css', ASKIT_PLUGIN_URL . ' /ask-it.css' );1051 wp_register_style( 'askit-css', ASKIT_PLUGIN_URL . 'ask-it.css' ); 1052 1052 wp_enqueue_style( 'askit-css' ); 1053 1053 }
Note: See TracChangeset
for help on using the changeset viewer.