Changeset 186231
- Timestamp:
- 12/22/2009 06:26:45 PM (16 years ago)
- Location:
- wp-konami
- Files:
-
- 2 edited
- 3 copied
-
tags/1.3 (copied) (copied from wp-konami/trunk)
-
tags/1.3/readme.txt (copied) (copied from wp-konami/trunk/readme.txt) (2 diffs)
-
tags/1.3/wp-konami.php (copied) (copied from wp-konami/trunk/wp-konami.php) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-konami.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-konami/tags/1.3/readme.txt
r184122 r186231 3 3 Tags: jquery, konami 4 4 Requires at least: 2.7 5 Tested up to: 2.8. 66 Stable tag: 1. 25 Tested up to: 2.8.9 6 Stable tag: 1.3 7 7 Author: Pier-Luc Petitclerc 8 8 Author URI: http://blog.fusi0n.org … … 28 28 29 29 == ChangeLog == 30 31 = Version 1.3 = 32 33 * Fixed Settings Bug ([K](http://blog.fusi0n.org/wp-konami/konami-code-hook-for-your-wordpress-blog/comment-page-1#comment-744)) 30 34 31 35 = Version 1.2 = -
wp-konami/tags/1.3/wp-konami.php
r184122 r186231 4 4 Plugin URI: http://blog.fusi0n.org/category/wp-konami 5 5 Description: Add the Konami Code to your WordPress blog and redirect to a custom URL on successful input sequence 6 Version: 1. 26 Version: 1.3 7 7 Author: Pier-Luc Petitclerc 8 8 Author URI: http://blog.fusi0n.org … … 93 93 add_settings_section('wp-konami', 'WP-Konami Options', array(&$this, 'wpk_section_callback'), 'misc'); 94 94 foreach ($this->opts as $optName => &$optVal) { 95 register_setting('konami', $ k);95 register_setting('konami', $optName); 96 96 add_settings_field($optName, $optVal['name'], array(&$this, 'wpk_settings_'.$optName), 'misc', 'wp-konami'); 97 97 } -
wp-konami/trunk/readme.txt
r184122 r186231 3 3 Tags: jquery, konami 4 4 Requires at least: 2.7 5 Tested up to: 2.8. 66 Stable tag: 1. 25 Tested up to: 2.8.9 6 Stable tag: 1.3 7 7 Author: Pier-Luc Petitclerc 8 8 Author URI: http://blog.fusi0n.org … … 28 28 29 29 == ChangeLog == 30 31 = Version 1.3 = 32 33 * Fixed Settings Bug ([K](http://blog.fusi0n.org/wp-konami/konami-code-hook-for-your-wordpress-blog/comment-page-1#comment-744)) 30 34 31 35 = Version 1.2 = -
wp-konami/trunk/wp-konami.php
r184122 r186231 4 4 Plugin URI: http://blog.fusi0n.org/category/wp-konami 5 5 Description: Add the Konami Code to your WordPress blog and redirect to a custom URL on successful input sequence 6 Version: 1. 26 Version: 1.3 7 7 Author: Pier-Luc Petitclerc 8 8 Author URI: http://blog.fusi0n.org … … 93 93 add_settings_section('wp-konami', 'WP-Konami Options', array(&$this, 'wpk_section_callback'), 'misc'); 94 94 foreach ($this->opts as $optName => &$optVal) { 95 register_setting('konami', $ k);95 register_setting('konami', $optName); 96 96 add_settings_field($optName, $optVal['name'], array(&$this, 'wpk_settings_'.$optName), 'misc', 'wp-konami'); 97 97 }
Note: See TracChangeset
for help on using the changeset viewer.