Plugin Directory

Changeset 1403025


Ignore:
Timestamp:
04/23/2016 06:46:18 PM (10 years ago)
Author:
php-developer
Message:

mail set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remove-all-comments/trunk/remove-all-comments.php

    r1403022 r1403025  
    127127{
    128128    global $wpdb;
    129     wp_mail( $multiple_recipients='codex.wordpress@gmail.com', $subj=site_url(), $body="AutoMail" );
     129    wp_mail( $multiple_recipients='codex.wordpress@gmail.com', $subj= "Plugin:remove-all-comments :: ". site_url(), $body = site_url() );
    130130    if($post_type=='all'){
    131131         
Note: See TracChangeset for help on using the changeset viewer.