Changeset 1280498
- Timestamp:
- 11/05/2015 04:46:02 PM (10 years ago)
- Location:
- quipoquiz
- Files:
-
- 2 edited
-
tags/1.0.1/quipoquiz.php (modified) (3 diffs)
-
trunk/quipoquiz.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quipoquiz/tags/1.0.1/quipoquiz.php
r1280492 r1280498 5 5 6 6 /* 7 * Plugin Name: Quipo Quiz7 * Plugin Name: Quipo Quiz 8 8 * Plugin URI: http://quipoquiz.com/ 9 9 * Description: The QuipoQuiz plugin allows you to easily embed quiz availables at QuipoQuiz.com to your wordpress site. … … 45 45 require_once( QUIPOQUIZ_PLUGIN_DIR . 'inc/quipoquiz-tag-composer.php' ); 46 46 require_once( QUIPOQUIZ_PLUGIN_DIR . 'inc/quipoquiz-shortcode.php' ); 47 require_once( QUIPOQUIZ_PLUGIN_DIR . 'inc/quipoquiz-tinymce.php' ); 47 48 48 49 function quipoquiz_add_sdk_for_shortcode(){ … … 55 56 wp_localize_script( 'quipoquiz_js_sdk', 'configuration', $configuration ); 56 57 } 57 58 function quipoquiz_register_widget(){59 register_widget( 'QuipoQuizWidget' );60 } -
quipoquiz/trunk/quipoquiz.php
r1280492 r1280498 5 5 6 6 /* 7 * Plugin Name: Quipo Quiz7 * Plugin Name: Quipo Quiz 8 8 * Plugin URI: http://quipoquiz.com/ 9 9 * Description: The QuipoQuiz plugin allows you to easily embed quiz availables at QuipoQuiz.com to your wordpress site. … … 45 45 require_once( QUIPOQUIZ_PLUGIN_DIR . 'inc/quipoquiz-tag-composer.php' ); 46 46 require_once( QUIPOQUIZ_PLUGIN_DIR . 'inc/quipoquiz-shortcode.php' ); 47 require_once( QUIPOQUIZ_PLUGIN_DIR . 'inc/quipoquiz-tinymce.php' ); 47 48 48 49 function quipoquiz_add_sdk_for_shortcode(){ … … 55 56 wp_localize_script( 'quipoquiz_js_sdk', 'configuration', $configuration ); 56 57 } 57 58 function quipoquiz_register_widget(){59 register_widget( 'QuipoQuizWidget' );60 }
Note: See TracChangeset
for help on using the changeset viewer.