Changeset 6125 for trunk/wp-app.php
- Timestamp:
- 09/18/2007 04:32:22 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-app.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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) {
Note: See TracChangeset
for help on using the changeset viewer.