#3648 closed defect (bug) (fixed)
Default bookmark category s/b Default link category in Options, Writing panel
| Reported by: | MichaelH | Owned by: | ryan |
|---|---|---|---|
| Priority: | low | Milestone: | 2.2 |
| Component: | Administration | Version: | 2.1 |
| Severity: | minor | Keywords: | has-patch has-unit-tests |
| Cc: | Focuses: |
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
@
19 years ago
This seems like something changeset:4500 overlooked? I'll let Znuff reopen or leave closed as appropriate.
#3
@
19 years ago
- Resolution invalid
- Status closed → 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.
3 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:
3 years ago
#10
Committed via https://core.trac.wordpress.org/changeset/55456.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

Links are called bookmarks in Wordpress 2.1 as there is a function wp_list_bookmarks(). Text is correct.