Plugin Directory

Changeset 1271553


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

20151023 v1.1

Location:
email-mentioned/tags/1.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • email-mentioned/tags/1.1/email-mentioned.php

    r1271541 r1271553  
    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        }
  • email-mentioned/tags/1.1/readme.txt

    r1271541 r1271553  
    6969* Optimized DB queries
    7070* Added comments on code
    71 = 1.10 =
     71= 1.1 =
    7272* Fixed bug
    7373* Look for the user name in display_name and login
Note: See TracChangeset for help on using the changeset viewer.