@@ -673,7 +673,7 @@ |
||
| 673 | 673 | |
| 674 | 674 | <div id="<?php echo $setting['id']; ?>" |
| 675 | 675 | class="panel give_options_panel<?php echo( $show_first_tab_content ? '' : ' give-hidden' ); |
| 676 | - $show_first_tab_content = false; ?>"> |
|
| 676 | + $show_first_tab_content = false; ?>"> |
|
| 677 | 677 | <?php if ( ! empty( $setting['fields'] ) ) : ?> |
| 678 | 678 | <?php foreach ( $setting['fields'] as $field ) : ?> |
| 679 | 679 | <?php give_render_field( $field ); ?> |
@@ -185,8 +185,8 @@ |
||
| 185 | 185 | |
| 186 | 186 | case 'num_donations' : |
| 187 | 187 | $value = '<a href="' . |
| 188 | - admin_url( 'edit.php?post_type=give_forms&page=give-payment-history&user=' . urlencode( $item['email'] ) |
|
| 189 | - ) . '">' . esc_html( $item['num_donations'] ) . '</a>'; |
|
| 188 | + admin_url( 'edit.php?post_type=give_forms&page=give-payment-history&user=' . urlencode( $item['email'] ) |
|
| 189 | + ) . '">' . esc_html( $item['num_donations'] ) . '</a>'; |
|
| 190 | 190 | break; |
| 191 | 191 | |
| 192 | 192 | case 'amount_spent' : |
@@ -249,10 +249,10 @@ |
||
| 249 | 249 | $admin_message .= '<strong>' . __( 'Amount:', 'give' ) . '</strong> {amount}' . "\n\n"; |
| 250 | 250 | |
| 251 | 251 | $admin_message .= sprintf( |
| 252 | - '<a href="%1$s">%2$s</a>', |
|
| 253 | - admin_url( 'edit.php?post_type=give_forms&page=give-payment-history&view=view-order-details&id=' . $payment_id ), |
|
| 254 | - __( 'Click Here to View and/or Update Donation Details', 'give' ) |
|
| 255 | - ) . "\n\n"; |
|
| 252 | + '<a href="%1$s">%2$s</a>', |
|
| 253 | + admin_url( 'edit.php?post_type=give_forms&page=give-payment-history&view=view-order-details&id=' . $payment_id ), |
|
| 254 | + __( 'Click Here to View and/or Update Donation Details', 'give' ) |
|
| 255 | + ) . "\n\n"; |
|
| 256 | 256 | |
| 257 | 257 | $admin_message = apply_filters( 'give_offline_admin_donation_notification', $admin_message, $payment_id ); |
| 258 | 258 | $admin_message = give_do_email_tags( $admin_message, $payment_id ); |