Make WordPress Core


Ignore:
Timestamp:
06/14/2007 10:45:40 PM (18 years ago)
Author:
ryan
Message:

Use EXTR_SKIP when extracting. see #4468

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pluggable.php

    r5700 r5708  
    169169
    170170    // Compact the input, apply the filters, and extract them back out
    171     extract( apply_filters( 'wp_mail', compact( 'to', 'subject', 'message', 'headers' ) ) );
     171    extract( apply_filters( 'wp_mail', compact( 'to', 'subject', 'message', 'headers' ) ), EXTR_SKIP );
    172172
    173173    // Default headers
Note: See TracChangeset for help on using the changeset viewer.