From 174b25846f4eead683baa951b224d685956f7dd8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 1 Feb 2022 12:28:28 +0000 Subject: [PATCH] General: Remove inaccurate reference to the `link_updated` field from the `wp_insert_link()` DocBlock. The `link_updated` field is unused as of WordPress 3.0 and was never updated via `wp_insert_link()`, only via the `wp-admin/update-links.php` file removed in [13744]. Follow-up to [13744], [49487]. Props dshanske, dharm1025, SergeyBiryukov. Fixes #54880. git-svn-id: https://develop.svn.wordpress.org/trunk@52659 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/bookmark.php | 1 - 1 file changed, 1 deletion(-) 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.