Changeset 3452102 for sureforms/trunk/inc/fields/gdpr-markup.php
- Timestamp:
- 02/02/2026 01:04:42 PM (8 weeks ago)
- File:
-
- 1 edited
-
sureforms/trunk/inc/fields/gdpr-markup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sureforms/trunk/inc/fields/gdpr-markup.php
r3325528 r3452102 34 34 $this->set_markup_properties(); 35 35 $this->set_aria_described_by(); 36 37 // Translate the default GDPR consent text for frontend display. 38 if ( 'I consent to have this website store my submitted information so they can respond to my inquiry.' === $this->label ) { 39 $this->label = __( 'I consent to have this website store my submitted information so they can respond to my inquiry.', 'sureforms' ); 40 } 36 41 } 37 42
Note: See TracChangeset
for help on using the changeset viewer.