Plugin Directory

Changeset 920933


Ignore:
Timestamp:
05/26/2014 03:43:27 AM (12 years ago)
Author:
innogears
Message:

update defines file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ig-contact-form/trunk/defines.php

    r920893 r920933  
    1717
    1818// Text domain for IG UniForm plugin
    19 define( 'IG_UNIFORM_TEXTDOMAIN', 'ig-contactform' );
     19define( 'IG_UNIFORM_TEXTDOMAIN', 'ig-contact-form' );
    2020
    2121// Define product edition
     
    2323
    2424// Define product identified name
    25 define( 'IG_UNIFORM_IDENTIFIED_NAME', 'ig_contactform' );
     25define( 'IG_UNIFORM_IDENTIFIED_NAME', 'ig_contact_form' );
    2626
    2727// Define product identified name
     
    2929
    3030// Define product identified name
    31 define( 'IG_UNIFORM_ADDONS', 'ig_contactform_addons_profields' );
     31define( 'IG_UNIFORM_ADDONS', 'ig_contact_form_addons_profields' );
Note: See TracChangeset for help on using the changeset viewer.