Make WordPress Core


Ignore:
Timestamp:
12/18/2019 12:17:54 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Various documentation fixes for unit test factories.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r46973 r46985  
    41514151 *                               objects are not. Default array.
    41524152 * @param bool         $wp_error Optional. Allow return of WP_Error on failure. Default false.
    4153  * @return int|WP_Error The value 0 or WP_Error on failure. The post ID on success.
     4153 * @return int|WP_Error The post ID on success. The value 0 or WP_Error on failure.
    41544154 */
    41554155function wp_update_post( $postarr = array(), $wp_error = false ) {
Note: See TracChangeset for help on using the changeset viewer.