Changeset 1280492
- Timestamp:
- 11/05/2015 04:35:14 PM (10 years ago)
- Location:
- quipoquiz
- Files:
-
- 2 edited
-
tags/1.0.1/quipoquiz.php (modified) (2 diffs)
-
trunk/quipoquiz.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quipoquiz/tags/1.0.1/quipoquiz.php
r1280487 r1280492 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. 10 * Version: 1.0. 010 * Version: 1.0.1 11 11 * Author: Studio Quipo inc. 12 12 * Author URI: http://studioquipo.com/ … … 46 46 require_once( QUIPOQUIZ_PLUGIN_DIR . 'inc/quipoquiz-shortcode.php' ); 47 47 48 add_action( 'widgets_init', 'quipoquiz_register_widget' );49 50 48 function quipoquiz_add_sdk_for_shortcode(){ 51 49 $configuration = array( -
quipoquiz/trunk/quipoquiz.php
r1280487 r1280492 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. 10 * Version: 1.0. 010 * Version: 1.0.1 11 11 * Author: Studio Quipo inc. 12 12 * Author URI: http://studioquipo.com/ … … 46 46 require_once( QUIPOQUIZ_PLUGIN_DIR . 'inc/quipoquiz-shortcode.php' ); 47 47 48 add_action( 'widgets_init', 'quipoquiz_register_widget' );49 50 48 function quipoquiz_add_sdk_for_shortcode(){ 51 49 $configuration = array(
Note: See TracChangeset
for help on using the changeset viewer.