Changeset 62179 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 03/30/2026 06:01:58 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r62040 r62179 983 983 * @since 2.0.0 984 984 * 985 * @return int |void Post ID on success, voidon failure.985 * @return int Post ID on success. Dies on failure. 986 986 */ 987 987 function write_post() { … … 989 989 if ( is_wp_error( $result ) ) { 990 990 wp_die( $result->get_error_message() ); 991 } else {992 return $result; 993 }991 } 992 993 return $result; 994 994 } 995 995
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)