Skip to content

Commit

Permalink
Update sponsorship-agreement.php
Browse files Browse the repository at this point in the history
Add clarifying text.
  • Loading branch information
pkevan authored Oct 11, 2023
1 parent 0212671 commit 4394eaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function form_prefill_select( $data ) {
<option value="<?php echo esc_attr( $sponsor->ID ); ?>"><?php echo esc_html( get_the_title( $sponsor ) ); ?></option>
<?php endforeach; ?>
</select>
<span class="description"><?php esc_html_e( 'Sponsorship details will be pre-filled with the data on sponsor post.', 'wordcamporg' ); ?></span>
<span class="description"><?php esc_html_e( 'Sponsorship details will be pre-filled with data on the sponsor post.', 'wordcamporg' ); ?></span>

<label><?php esc_html_e( 'Sponsorship Benefits:', 'wordcamporg' ); ?></label>
<textarea name="sponsorship_benefits"><?php echo esc_textarea( $data['sponsorship_benefits'] ?? '' ); ?></textarea>
Expand Down

0 comments on commit 4394eaa

Please sign in to comment.