Changeset 38369 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 08/26/2016 04:48:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r38125 r38369 177 177 * @since 3.5.0 178 178 * 179 * @param stdClass$cat The category to use in the permalink.180 * @param array $cats Array of all categories associated with the post.179 * @param WP_Term $cat The category to use in the permalink. 180 * @param array $cats Array of all categories (WP_Term objects) associated with the post. 181 181 * @param WP_Post $post The post in question. 182 182 */
Note: See TracChangeset
for help on using the changeset viewer.