Changeset 6125 for trunk/wp-app.php
- Timestamp:
- 09/18/07 16:32:22 (1 year ago)
- Files:
-
- trunk/wp-app.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-app.php
r6032 r6125 263 263 264 264 $postID = wp_insert_post($post_data); 265 if ( is_wp_error( $postID ) ) 266 $this->internal_error($postID->get_error_message()); 265 267 266 268 if (!$postID) {
