[wp-trac] [WordPress Trac] #20130: Remove redundant link_updated code related to bookmarks
WordPress Trac
wp-trac at lists.automattic.com
Tue Feb 28 04:45:46 UTC 2012
#20130: Remove redundant link_updated code related to bookmarks
--------------------------+-----------------------------
Reporter: solarissmoke | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.3.1
Severity: minor | Keywords:
--------------------------+-----------------------------
The links table has a column called `link_updated` which used to be used
to store the date the link last changed (using pingomatic to check for
this).
The link update checking was removed from core some time ago, see #12437,
[13744] (also #4230, #4231). However there's still some code in `wp-
admin/bookmark.php` and `wp-admin/bookmark-template.php` which uses
`link_updated` as well as the `links_recently_updated_time` option. I
guess the column in the database can't just be dropped because of back
compat. But the code that uses it in core looks like it can.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/20130>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list