Plugin Directory

Changeset 1271552


Ignore:
Timestamp:
10/23/2015 06:29:47 AM (10 years ago)
Author:
Raulanton
Message:

20151023 v1.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • email-mentioned/trunk/email-mentioned.php

    r1271540 r1271552  
    137137
    138138        //Send the message to each one mentioned
    139         echo "logitud".count($people_mentioned);
    140139        foreach($people_mentioned as $participant_mentioned)
    141140        {
     
    144143                if ($email != "")
    145144            {
    146             wp-email ($email, $the_subject, $the_message);
     145            wp_mail ($email, $the_subject, $the_message);
    147146            }
    148147        }
Note: See TracChangeset for help on using the changeset viewer.