| @@ -1,14 +1,16 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * Email Header |
| 4 | 4 | * |
| 5 | - * @package Give/Templates/Emails | |
| 5 | + * @package Give/Templates/Emails | |
| 6 | 6 | * @version 1.0 |
| 7 | 7 | */ |
| 8 | 8 | |
| 9 | -if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly. | |
| 9 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 10 | + exit; // Exit if accessed directly. | |
| 11 | +} | |
| 10 | 12 | |
| 11 | 13 | // {email} is replaced by the content entered in Donations > Settings > Emails |
| 12 | 14 | |
| 13 | 15 | ?> |
| 14 | -{email} | |
| 16 | +{email} | |