diff --git a/src/wp-admin/includes/bookmark.php b/src/wp-admin/includes/bookmark.php index e3c10c54ea..abc79d4353 100644 --- a/src/wp-admin/includes/bookmark.php +++ b/src/wp-admin/includes/bookmark.php @@ -163,7 +163,6 @@ function get_link_to_edit( $link ) { * @type string $link_visible Optional. 'Y' means visible, anything else means not. * @type int $link_owner Optional. A user ID. * @type int $link_rating Optional. A rating for the link. - * @type string $link_updated Optional. When the link was last updated. * @type string $link_rel Optional. A relationship of the link to you. * @type string $link_notes Optional. An extended description of or notes on the link. * @type string $link_rss Optional. A URL of an associated RSS feed.