Changeset 49597 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 11/14/2020 04:33:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r49193 r49597 1154 1154 * @since 2.3.0 1155 1155 * 1156 * @param int $post_id Post ID.1156 * @param int|WP_Post $post_id Post ID or object. 1157 1157 * @return WP_Term[]|false|WP_Error Array of WP_Term objects on success, false if there are no terms 1158 1158 * or the post does not exist, WP_Error on failure.
Note: See TracChangeset
for help on using the changeset viewer.