Changeset 707648
- Timestamp:
- 05/03/2013 09:34:53 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dnd-gravity-forms-to-office-autopilot-contact-builder/trunk/gravity-to-officeAP.php
r707637 r707648 98 98 register_setting( 'gvty_oap_custom_fields', 'gvty_oap_custom_fields', 'gvty_oap_custom_fields_validate' ); 99 99 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'); 101 101 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'); 102 102
Note: See TracChangeset
for help on using the changeset viewer.