Changeset 49936 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 01/05/2021 05:14:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r49927 r49936 814 814 * @global WP_User $current_user 815 815 * 816 * @return int|WP_Error 816 * @return int|WP_Error Post ID on success, WP_Error on failure. 817 817 */ 818 818 function wp_write_post() { … … 890 890 * @since 2.0.0 891 891 * 892 * @return int| null892 * @return int|void Post ID on success, void on failure. 893 893 */ 894 894 function write_post() {
Note: See TracChangeset
for help on using the changeset viewer.