Changeset 2654 for trunk/wp-admin/admin-functions.php
- Timestamp:
- 06/19/2005 11:44:22 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r2652 r2654 53 53 $post_ID = wp_insert_post($_POST); 54 54 add_meta($post_ID); 55 56 return $post_ID; 55 57 } 56 58
Note: See TracChangeset
for help on using the changeset viewer.