Plugin Directory

Changeset 446799


Ignore:
Timestamp:
10/03/2011 05:21:58 PM (15 years ago)
Author:
SimonaIlie
Message:

fix path

Location:
comment-extra-field/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • comment-extra-field/trunk

    • Property bugtraq:number set to true
  • comment-extra-field/trunk/comment-extra-fields-config.php

    r446058 r446799  
    11<?php
    22/* PATHS INFORMATION */
    3 if(!defined('CEF_PLUGIN_DIR')) define('CEF_PLUGIN_DIR', 'comment-extra-fields');
     3if(!defined('CEF_PLUGIN_DIR')) define('CEF_PLUGIN_DIR', 'comment-extra-field');
    44if(!defined('CEF_FULL_PLUGIN_PATH')) define('CEF_FULL_PLUGIN_PATH', WP_PLUGIN_URL . '/' . CEF_PLUGIN_DIR . '/');
    55/* INPUT TYPES FOR COMMENT EXTRA FIELDS */
  • comment-extra-field/trunk/comment-extra-fields.php

    r446134 r446799  
    44Plugin URI: http://elfdreamer.blogspot.com/2011/09/wordpress-comment-extra-fields-plugin.html
    55Description: Allows administrator to add custom fields to comment form. On admin side let you update/delete the extra info.
    6 Version: 1.2
     6Version: 1.3
    77Author: Simona Ilie
    88Author URI: http://elfdreamer.blogspot.com
  • comment-extra-field/trunk/readme.txt

    r446077 r446799  
    55Requires at least: 3.2.1
    66Tested up to: 3.2.1
    7 Stable tag: 1.2
     7Stable tag: 1.3
    88
    99Add extra fields to default Wordpress comment form
     
    1919
    2020To use the users input for extra fields in your theme there are two functions:
    21 lt;?php
     21
    2222cef_get_all_extra_field_values($comment_id);
     23
    2324cef_get_extra_field_value($comment_id, $field_id);
    24 ?gt;
     25
    2526
    2627== Installation ==
     
    6465* test-tag created mostly for SVN wordpress use
    6566
     67= 1.3 =
     68
     69* fix plugin path bug
     70
    6671== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.