Changeset 488983
- Timestamp:
- 01/12/2012 08:29:06 PM (14 years ago)
- Location:
- twochop-games
- Files:
-
- 4 edited
-
tags/1.4.5/forms/preeditor.php (modified) (1 diff)
-
tags/1.4.5/twochop-play.php (modified) (1 diff)
-
trunk/forms/preeditor.php (modified) (1 diff)
-
trunk/twochop-play.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
twochop-games/tags/1.4.5/forms/preeditor.php
r487981 r488983 156 156 <input type="hidden" id="twochop_wpuser" name="twochop_wpuser" value="<?php echo esc_attr($current_user->user_login); ?>" /> 157 157 <input type="hidden" id="twochop_reserved1key" name="twochop_reserved1key" value="<?php echo esc_attr($tcreserved1key); ?>" /> 158 <input type="hidden" id="twochop_pluginversion" name="twochop_pluginversion" value="public.1.4 5" />158 <input type="hidden" id="twochop_pluginversion" name="twochop_pluginversion" value="public.1.4.5" /> 159 159 <input type="hidden" id="twochop_post_guid" name="twochop_post_guid" value="<?php echo esc_attr($tcpost->guid); ?>" /> 160 160 -
twochop-games/tags/1.4.5/twochop-play.php
r487981 r488983 4 4 Plugin URI: http://support.twochop.com/wordpress-plugin 5 5 Description: Formerly only available to Wordpress VIP customers, TwoChop is now available to all WordPress users. The TwoChop Play plugin lets you add simple fun games directly on to any blog post. The games could be customized and made directly relevant to the content of your post. Games that are available include crossword puzzles, trivia, picture puzzles, etc. More game types are coming. 6 Version: 1.4 56 Version: 1.4.5 7 7 Author: TwoChop 8 8 Author URI: http://www.twochop.com -
twochop-games/trunk/forms/preeditor.php
r487981 r488983 156 156 <input type="hidden" id="twochop_wpuser" name="twochop_wpuser" value="<?php echo esc_attr($current_user->user_login); ?>" /> 157 157 <input type="hidden" id="twochop_reserved1key" name="twochop_reserved1key" value="<?php echo esc_attr($tcreserved1key); ?>" /> 158 <input type="hidden" id="twochop_pluginversion" name="twochop_pluginversion" value="public.1.4 5" />158 <input type="hidden" id="twochop_pluginversion" name="twochop_pluginversion" value="public.1.4.5" /> 159 159 <input type="hidden" id="twochop_post_guid" name="twochop_post_guid" value="<?php echo esc_attr($tcpost->guid); ?>" /> 160 160 -
twochop-games/trunk/twochop-play.php
r487981 r488983 4 4 Plugin URI: http://support.twochop.com/wordpress-plugin 5 5 Description: Formerly only available to Wordpress VIP customers, TwoChop is now available to all WordPress users. The TwoChop Play plugin lets you add simple fun games directly on to any blog post. The games could be customized and made directly relevant to the content of your post. Games that are available include crossword puzzles, trivia, picture puzzles, etc. More game types are coming. 6 Version: 1.4 56 Version: 1.4.5 7 7 Author: TwoChop 8 8 Author URI: http://www.twochop.com
Note: See TracChangeset
for help on using the changeset viewer.