Changeset 1158
- Timestamp:
- 04/25/2004 12:28:18 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-mail.php
r1153 r1158 107 107 $content = trim($content); 108 108 109 $content = trim($content);109 $content = apply_filters('phone_content', $content); 110 110 111 111 $post_title = xmlrpc_getposttitle($content); … … 125 125 $post_ID = $wpdb->insert_id; 126 126 127 127 do_action('publish_post', $post_ID); 128 do_action('publish_phone', $post_ID); 128 129 pingback($content, $post_ID); 129 130
Note: See TracChangeset
for help on using the changeset viewer.