Changeset 49927 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r49899 r49927 4331 4331 * 4332 4332 * @param WP_Post|object|int $post WP_Post instance or Post ID/object. 4333 * @return array| boolElements of post or false on failure.4333 * @return array|false Elements of post or false on failure. 4334 4334 */ 4335 4335 public function generate_postdata( $post ) {
Note: See TracChangeset
for help on using the changeset viewer.