Plugin Directory

Changeset 1377859


Ignore:
Timestamp:
03/24/2016 01:32:57 PM (10 years ago)
Author:
selectyco
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • selectyco/trunk/selectyco.php

    r1377130 r1377859  
    7575          $subject = "Wordpress-Plugin Activation";
    7676          $msg = get_site_url();
    77           $headers = "From:Selectyco Wordpress Plugin <office@selectyco.com>\r\n";
     77          $headers = "From:selectyco Wordpress Plugin <office@selectyco.com>\r\n";
    7878          wp_mail( $to, $subject, $msg, $headers);
    7979        }
     
    306306        }
    307307        else {
    308           $headers = "From:Selectyco Wordpress Plugin <office@selectyco.com>\r\n";
     308          $headers = "From:selectyco Wordpress Plugin <office@selectyco.com>\r\n";
    309309          $to = "gg@selectyco.com";
    310310          $subject = "Wordpress-Plugin Licence-Request";
Note: See TracChangeset for help on using the changeset viewer.