Changeset 19593 for trunk/wp-mail.php
- Timestamp:
- 12/13/2011 11:45:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-mail.php
r18513 r19593 162 162 $post_status = ( $user->has_cap('publish_posts') ) ? 'publish' : 'pending'; 163 163 } else { 164 // Author not found in DB, set status to pending. 164 // Author not found in DB, set status to pending. Author already set to admin. 165 165 $post_status = 'pending'; 166 166 } … … 227 227 exit; 228 228 } else { 229 echo '<p>' . sprintf(__('Mission complete. 229 echo '<p>' . sprintf(__('Mission complete. Message <strong>%s</strong> deleted.'), $i) . '</p>'; 230 230 } 231 231
Note: See TracChangeset
for help on using the changeset viewer.