-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,11 @@ | |
<th><input id="wcor_send_organizers" name="wcor_send_where[]" type="checkbox" value="wcor_send_organizers" <?php checked( in_array( 'wcor_send_organizers', $send_where ) ); ?>></th> | ||
<td colspan="2"><label for="wcor_send_organizers">The organizing team</label> | ||
<br> | ||
(Will send to | ||
<span>(Will send to | ||
1. <code>[email protected]</code> | ||
2. If specified, the email address under WordCamp Information section on WordCamp edit page | ||
3. If specified, the email address of the lead organizer) | ||
</span> | ||
</td> | ||
</tr> | ||
|
||
|
@@ -151,7 +152,11 @@ | |
|
||
<tr> | ||
<th><input id="wcor_send_after_and_no_report" name="wcor_send_when" type="radio" value="wcor_send_after_and_no_report" <?php checked( $post->wcor_send_when, 'wcor_send_after_and_no_report' ); ?>></th> | ||
<td><label for="wcor_send_after_and_no_report">after the camp ends and no transparency report is received: </label></td> | ||
<td> | ||
<label for="wcor_send_after_and_no_report">after the camp ends and no transparency report is received: </label> | ||
<br> | ||
<span>(This will only be triggered when the 'Running money through WPCS PBC' is <strong>NOT</strong> checked)</span> | ||
</td> | ||
<td> | ||
<input id="wcor_send_days_after_and_no_report" name="wcor_send_days_after_and_no_report" type="text" class="small-text" value="<?php echo esc_attr( $post->wcor_send_days_after_and_no_report ); ?>" /> | ||
<label for="wcor_send_days_after_and_no_report">days</label> | ||
|