Changeset 5613 for trunk/src/includes/common/functions.php
- Timestamp:
- 02/05/2015 02:24:32 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/functions.php
r5596 r5613 1298 1298 1299 1299 // Setup the From header 1300 $headers []= array( 'From: ' . get_bloginfo( 'name' ) . ' <' . $from_email . '>' );1300 $headers = array( 'From: ' . get_bloginfo( 'name' ) . ' <' . $from_email . '>' ); 1301 1301 1302 1302 // Get topic subscribers and bail if empty
Note: See TracChangeset
for help on using the changeset viewer.