Changeset 1271553
- Timestamp:
- 10/23/2015 06:30:27 AM (10 years ago)
- Location:
- email-mentioned/tags/1.1
- Files:
-
- 2 edited
-
email-mentioned.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
email-mentioned/tags/1.1/email-mentioned.php
r1271541 r1271553 137 137 138 138 //Send the message to each one mentioned 139 echo "logitud".count($people_mentioned);140 139 foreach($people_mentioned as $participant_mentioned) 141 140 { … … 144 143 if ($email != "") 145 144 { 146 wp -email ($email, $the_subject, $the_message);145 wp_mail ($email, $the_subject, $the_message); 147 146 } 148 147 } -
email-mentioned/tags/1.1/readme.txt
r1271541 r1271553 69 69 * Optimized DB queries 70 70 * Added comments on code 71 = 1.1 0=71 = 1.1 = 72 72 * Fixed bug 73 73 * Look for the user name in display_name and login
Note: See TracChangeset
for help on using the changeset viewer.