Changeset 48100 for trunk/src/wp-includes/class-wp-query.php
- Timestamp:
- 06/19/2020 10:53:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-query.php
r48067 r48100 4295 4295 * 4296 4296 * @param WP_Post|object|int $post WP_Post instance or Post ID/object. 4297 * @return array|bool $elementsElements of post or false on failure.4297 * @return array|bool Elements of post or false on failure. 4298 4298 */ 4299 4299 public function generate_postdata( $post ) {
Note: See TracChangeset
for help on using the changeset viewer.