Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #35069, comment 4


Ignore:
Timestamp:
12/14/2015 09:23:50 AM (9 years ago)
Author:
DvanKooten
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35069, comment 4

    v1 v2  
    1010}
    1111
    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 }
     12etc..
    2313}}}
    2414