Changeset 3278732
- Timestamp:
- 04/22/2025 07:13:40 AM (9 months ago)
- File:
-
- 1 edited
-
surveyjs/trunk/initializer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
surveyjs/trunk/initializer.php
r3249692 r3278732 169 169 $deleteFileUri = add_query_arg(array('action' => 'SurveyJS_DeleteFile'), admin_url('admin-ajax.php')); 170 170 ?> 171 <div class="wp-sjs-plugin" id="surveyContainer-<?php echo $id?>">171 <div class="wp-sjs-plugin" id="surveyContainer-<?php echo esc_attr($id) ?>"> 172 172 <div id="surveyElement-<?php echo $id ?>">Survey is loading...</div> 173 173 <div id="surveyResult-<?php echo $id ?>"></div>
Note: See TracChangeset
for help on using the changeset viewer.