- Timestamp:
- 12/10/2020 11:51:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory-for-post.php
r46985 r49789 29 29 * @param array $args Array with elements for the post. 30 30 * 31 * @return int |WP_Error The post ID on success. The value 0 or WP_Erroron failure.31 * @return int The post ID on success. The value 0 on failure. 32 32 */ 33 33 public function create_object( $args ) { … … 41 41 * @param array $fields Post data. 42 42 * 43 * @return int |WP_Error The post ID on success. The value 0 or WP_Erroron failure.43 * @return int The post ID on success. The value 0 on failure. 44 44 */ 45 45 public function update_object( $post_id, $fields ) {
Note: See TracChangeset
for help on using the changeset viewer.