Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 2 years ago

#3648 closed defect (bug) (fixed)

Default bookmark category s/b Default link category in Options, Writing panel

Reported by: michaelh's profile MichaelH Owned by: ryan's profile ryan
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)

3648.diff (505 bytes) - added by MichaelH 18 years ago.
Change "bookmark" to "link"

Download all attachments as: .zip

Change History (11)

#1 @Znuff
18 years ago

  • Resolution set to invalid
  • Status changed from new to closed

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

#2 @MichaelH
18 years ago

This seems like something changeset:4500 overlooked? I'll let Znuff reopen or leave closed as appropriate.

#3 @ryan
18 years ago

  • Resolution invalid deleted
  • Status changed from closed to reopened

We expose link in the UI, so this is a valid bug.

@MichaelH
18 years ago

Change "bookmark" to "link"

#4 @MichaelH
18 years ago

  • Keywords has-patch added

#5 @ryan
18 years ago

  • Owner changed from anonymous to ryan
  • Status changed from reopened to new

#6 @Nazgul
18 years ago

  • Milestone changed from 2.1.1 to 2.1.2

#7 @ryan
18 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4977]) s/bookmark/link/. Props MichaelH. fixes #3648

#8 @ryan
18 years ago

  • Milestone changed from 2.1.3 to 2.2

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.

https://i0.wp.com/user-images.githubusercontent.com/79332690/222239711-f85dd8c1-482f-4274-8740-9a12906af35f.png

Note: See TracTickets for help on using tickets.