Plugin Directory

Changeset 707648


Ignore:
Timestamp:
05/03/2013 09:34:53 PM (13 years ago)
Author:
e_durose
Message:

removed the / character from the mapping page title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dnd-gravity-forms-to-office-autopilot-contact-builder/trunk/gravity-to-officeAP.php

    r707637 r707648  
    9898    register_setting( 'gvty_oap_custom_fields', 'gvty_oap_custom_fields', 'gvty_oap_custom_fields_validate' );
    9999   
    100     add_settings_section('gvty_oap_custom_fields_settings', 'Create/Map Custom Sections and Fields', 'gvty_oap_custom_fields_section_text', 'my_gvty_oap_custom_plugin');
     100    add_settings_section('gvty_oap_custom_fields_settings', 'Create Map Custom Sections and Fields', 'gvty_oap_custom_fields_section_text', 'my_gvty_oap_custom_plugin');
    101101    add_settings_field('oap_custom_fields', 'Select a Form To Map', 'gvtyForm_oap_custom_fields_string', 'my_gvty_oap_custom_plugin', 'gvty_oap_custom_fields_settings');
    102102   
Note: See TracChangeset for help on using the changeset viewer.