#4706 closed enhancement (fixed)
Remove 'blogroll' from the import options
Reported by: | SergeyBiryukov | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | API | Keywords: | |
Cc: |
Description
Background: #WP22994 for the change in WordPress core.
Since we've removed Link Manager from core 7 years ago (#WP21307), we should not encourage importing links.
This will require a change to https://api.wordpress.org/core/importers/1.1/, and maybe bumping the API version, so it does not affect the earlier WordPress versions.
Change History (7)
#2
in reply to:
↑ 1
;
follow-up:
↓ 3
@
5 years ago
- Keywords reporter-feedback added
Replying to SergeyBiryukov:
and maybe bumping the API version, so it does not affect the earlier WordPress versions
Looks like that's not necessary, as the endpoint receives the version number, see [3690].
In that case, is the related ticket WP 22994 good to commit?
#3
in reply to:
↑ 2
@
5 years ago
- Keywords reporter-feedback removed
Replying to Hareesh Pillai:
In that case, is the related ticket WP 22994 good to commit?
Bumping the API version should not be necessary, but we'd still need to add some logic to the API to exclude "Blogroll" for WordPress 5.3+.
This ticket was mentioned in Slack in #core by hareesh-pillai. View the logs.
5 years ago
#5
@
5 years ago
- Owner set to dd32
- Resolution set to fixed
- Status changed from new to closed
In 9158:
Looks like that's not necessary, as the endpoint receives the version number, see [3690].