Changeset 48104 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 06/20/2020 12:00:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r48102 r48104 1553 1553 * @since 2.7.0 1554 1554 * 1555 * @param int|stdClass $link Optional. Bookmark ID. Default is the idof the current bookmark.1555 * @param int|stdClass $link Optional. Bookmark ID. Default is the ID of the current bookmark. 1556 1556 * @return string|void The edit bookmark link URL. 1557 1557 */ … … 3845 3845 * @since 3.0.0 3846 3846 * 3847 * @param int $id Optional. A post or site id. Default is 0, which means the current post or site.3848 * @param string $context Optional. Whether the idis a 'site' id, 'post' id, or 'media' id. If 'post',3847 * @param int $id Optional. A post or site ID. Default is 0, which means the current post or site. 3848 * @param string $context Optional. Whether the ID is a 'site' id, 'post' id, or 'media' id. If 'post', 3849 3849 * the post_type of the post is consulted. If 'query', the current query is consulted 3850 * to determine the idand context. Default 'post'.3850 * to determine the ID and context. Default 'post'. 3851 3851 * @param bool $allow_slugs Optional. Whether to allow post slugs in the shortlink. It is up to the plugin how 3852 3852 * and whether to honor this. Default true.
Note: See TracChangeset
for help on using the changeset viewer.