Changeset 1371
- Timestamp:
- 05/31/2004 03:44:32 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-mail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-mail.php
r1355 r1371 115 115 if ($post_title == '') $post_title = $subject; 116 116 117 if (empty($post_categories)) $post_categories[] = get_settings('default_ category');117 if (empty($post_categories)) $post_categories[] = get_settings('default_email_category'); 118 118 119 119 $post_title = addslashes(trim($post_title));
Note: See TracChangeset
for help on using the changeset viewer.