Changeset 446799
- Timestamp:
- 10/03/2011 05:21:58 PM (15 years ago)
- Location:
- comment-extra-field/trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
comment-extra-fields-config.php (modified) (1 diff)
-
comment-extra-fields.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
comment-extra-field/trunk
-
Property
bugtraq:number
set to
true
-
Property
bugtraq:number
set to
-
comment-extra-field/trunk/comment-extra-fields-config.php
r446058 r446799 1 1 <?php 2 2 /* PATHS INFORMATION */ 3 if(!defined('CEF_PLUGIN_DIR')) define('CEF_PLUGIN_DIR', 'comment-extra-field s');3 if(!defined('CEF_PLUGIN_DIR')) define('CEF_PLUGIN_DIR', 'comment-extra-field'); 4 4 if(!defined('CEF_FULL_PLUGIN_PATH')) define('CEF_FULL_PLUGIN_PATH', WP_PLUGIN_URL . '/' . CEF_PLUGIN_DIR . '/'); 5 5 /* INPUT TYPES FOR COMMENT EXTRA FIELDS */ -
comment-extra-field/trunk/comment-extra-fields.php
r446134 r446799 4 4 Plugin URI: http://elfdreamer.blogspot.com/2011/09/wordpress-comment-extra-fields-plugin.html 5 5 Description: Allows administrator to add custom fields to comment form. On admin side let you update/delete the extra info. 6 Version: 1. 26 Version: 1.3 7 7 Author: Simona Ilie 8 8 Author URI: http://elfdreamer.blogspot.com -
comment-extra-field/trunk/readme.txt
r446077 r446799 5 5 Requires at least: 3.2.1 6 6 Tested up to: 3.2.1 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 9 9 Add extra fields to default Wordpress comment form … … 19 19 20 20 To use the users input for extra fields in your theme there are two functions: 21 lt;?php 21 22 22 cef_get_all_extra_field_values($comment_id); 23 23 24 cef_get_extra_field_value($comment_id, $field_id); 24 ?gt; 25 25 26 26 27 == Installation == … … 64 65 * test-tag created mostly for SVN wordpress use 65 66 67 = 1.3 = 68 69 * fix plugin path bug 70 66 71 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.