Changeset 61649 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 02/15/2026 11:17:55 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r61637 r61649 95 95 * @since 5.7.0 96 96 * 97 * @param WP_Post|int|null $post Optional. Post ID or post object. Defaults to global $post.97 * @param int|WP_Post|null $post Optional. Post ID or post object. Defaults to global $post. 98 98 * @param bool|null $sample Optional. Whether to force consideration based on sample links. 99 99 * If omitted, a sample link is generated if a post object is passed
Note: See TracChangeset
for help on using the changeset viewer.