Changeset 3413235
- Timestamp:
- 12/06/2025 09:23:36 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
r3413224 r3413235 81 81 'type' => 'select', 82 82 'options' => array( 83 'h2' => __( 'h2' ),84 'h3' => __( 'h3' ),85 'h4' => __( 'h4' ),86 'h5' => __( 'h5' ),87 'h6' => __( 'h6' ),83 'h2' => 'h2', 84 'h3' => 'h3', 85 'h4' => 'h4', 86 'h5' => 'h5', 87 'h6' => 'h6', 88 88 ) 89 89 ); -
wpcasa-contact-form-7/trunk/includes/admin/class-wpsight-contact-form-7-admin.php
r3413224 r3413235 81 81 'type' => 'select', 82 82 'options' => array( 83 'h2' => __( 'h2' ),84 'h3' => __( 'h3' ),85 'h4' => __( 'h4' ),86 'h5' => __( 'h5' ),87 'h6' => __( 'h6' ),83 'h2' => 'h2', 84 'h3' => 'h3', 85 'h4' => 'h4', 86 'h5' => 'h5', 87 'h6' => 'h6', 88 88 ) 89 89 );
Note: See TracChangeset
for help on using the changeset viewer.