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