Make WordPress Core

Changeset 52659


Ignore:
Timestamp:
02/01/2022 12:28:28 PM (2 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/bookmark.php

    r51011 r52659  
    164164 *     @type int    $link_owner       Optional. A user ID.
    165165 *     @type int    $link_rating      Optional. A rating for the link.
    166  *     @type string $link_updated     Optional. When the link was last updated.
    167166 *     @type string $link_rel         Optional. A relationship of the link to you.
    168167 *     @type string $link_notes       Optional. An extended description of or notes on the link.
Note: See TracChangeset for help on using the changeset viewer.