mirror of
git://develop.git.wordpress.org/
synced 2025-04-11 23:52:01 +02:00
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
This commit is contained in:
parent
4f5a85015c
commit
174b25846f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user