Changes between Version 1 and Version 2 of Ticket #35069, comment 4
- Timestamp:
- 12/14/2015 09:23:50 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35069, comment 4
v1 v2 10 10 } 11 11 12 if ( isset( $atts['message'] ) ) { 13 $message = $atts['message']; 14 } 15 16 if ( isset( $atts['headers'] ) ) { 17 $headers = $atts['headers']; 18 } 19 20 if ( isset( $atts['attachments'] ) ) { 21 $attachments = $atts['attachments']; 22 } 12 etc.. 23 13 }}} 24 14