- Timestamp:
- 12/18/2019 12:17:54 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory-for-thing.php
r46830 r46985 34 34 * Updates an existing object. 35 35 * 36 * @param int $object The object id.36 * @param int $object The object ID. 37 37 * @param array $fields The values to update. 38 38 * … … 91 91 * Retrieves an object by ID. 92 92 * 93 * @param int $object_id The object id.93 * @param int $object_id The object ID. 94 94 * 95 95 * @return mixed The object. Can be anything. … … 115 115 116 116 /** 117 * Combines the given argument with the generation_definitions (defaults) and applies117 * Combines the given arguments with the generation_definitions (defaults) and applies 118 118 * possibly set callbacks on it. 119 119 *
Note: See TracChangeset
for help on using the changeset viewer.