Changeset 3413243
- Timestamp:
- 12/06/2025 09:40:40 PM (4 months ago)
- Location:
- wpcasa-contact-form-7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wpcasa-contact-form-7/tags/1.4.0/includes/admin/class-wpsight-contact-form-7-admin.php
r3413235 r3413243 65 65 'contact_form_7_listing_form_print_heading' => array( 66 66 'name' => esc_html__( 'Print Title Heading', 'wpcasa-contact-form-7' ), 67 'desc' => esc_html__( ' Selectcheck the box if you want to print the form title as heading above the form.', 'wpcasa-contact-form-7' ),67 'desc' => esc_html__( 'Please check the box if you want to print the form title as heading above the form.', 'wpcasa-contact-form-7' ), 68 68 'id' => 'contact_form_7_listing_form_print_heading', 69 69 'type' => 'checkbox', … … 93 93 $options_cf7['contact_form_7_listing_form_show_unavailable_listings'] = array( 94 94 'name' => esc_html__( 'Show on unavailable listings', 'wpcasa-contact-form-7' ), 95 'desc' => esc_html__( ' Selectuncheck the box if you don\'t want to show the form on the page of unavailable listings.', 'wpcasa-contact-form-7' ),95 'desc' => esc_html__( 'Please uncheck the box if you don\'t want to show the form on the page of unavailable listings.', 'wpcasa-contact-form-7' ), 96 96 'id' => 'contact_form_7_listing_form_show_unavailable_listings', 97 97 'type' => 'checkbox', -
wpcasa-contact-form-7/trunk/includes/admin/class-wpsight-contact-form-7-admin.php
r3413235 r3413243 65 65 'contact_form_7_listing_form_print_heading' => array( 66 66 'name' => esc_html__( 'Print Title Heading', 'wpcasa-contact-form-7' ), 67 'desc' => esc_html__( ' Selectcheck the box if you want to print the form title as heading above the form.', 'wpcasa-contact-form-7' ),67 'desc' => esc_html__( 'Please check the box if you want to print the form title as heading above the form.', 'wpcasa-contact-form-7' ), 68 68 'id' => 'contact_form_7_listing_form_print_heading', 69 69 'type' => 'checkbox', … … 93 93 $options_cf7['contact_form_7_listing_form_show_unavailable_listings'] = array( 94 94 'name' => esc_html__( 'Show on unavailable listings', 'wpcasa-contact-form-7' ), 95 'desc' => esc_html__( ' Selectuncheck the box if you don\'t want to show the form on the page of unavailable listings.', 'wpcasa-contact-form-7' ),95 'desc' => esc_html__( 'Please uncheck the box if you don\'t want to show the form on the page of unavailable listings.', 'wpcasa-contact-form-7' ), 96 96 'id' => 'contact_form_7_listing_form_show_unavailable_listings', 97 97 'type' => 'checkbox',
Note: See TracChangeset
for help on using the changeset viewer.