#3648 closed defect (bug) (fixed)
Default bookmark category s/b Default link category in Options, Writing panel
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.2 | Priority: | low |
Severity: | minor | Version: | 2.1 |
Component: | Administration | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description
In options-writing.php make text change so references link instead of bookmark.
From: Default bookmark category
To: Default link category
Attachments (1)
Change History (11)
#2
@
18 years ago
This seems like something changeset:4500 overlooked? I'll let Znuff reopen or leave closed as appropriate.
#3
@
18 years ago
- Resolution invalid deleted
- Status changed from closed to reopened
We expose link in the UI, so this is a valid bug.
This ticket was mentioned in PR #4158 on WordPress/wordpress-develop by @costdev.
2 years ago
#9
- Keywords has-unit-tests added
Refreshes #3648.
This adds tests for wp_check_filetype()
, and achieves 100% line and branch coverage.
@hellofromTonya commented on PR #4158:
2 years ago
#10
Committed via https://core.trac.wordpress.org/changeset/55456.
Note: See
TracTickets for help on using
tickets.
Links are called bookmarks in Wordpress 2.1 as there is a function wp_list_bookmarks(). Text is correct.