Changeset 48591 for trunk/src/wp-includes/revision.php
- Timestamp:
- 07/23/2020 09:53:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/revision.php
r48438 r48591 355 355 * 356 356 * @param int|WP_Post $post The post ID or object. 357 * @param string $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which correspond to 358 * a WP_Post object, an associative array, or a numeric array, respectively. Default OBJECT. 357 * @param string $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which 358 * correspond to a WP_Post object, an associative array, or a numeric array, 359 * respectively. Default OBJECT. 359 360 * @param string $filter Optional sanitation filter. See sanitize_post(). 360 361 * @return WP_Post|array|null WP_Post (or array) on success, or null on failure.
Note: See TracChangeset
for help on using the changeset viewer.