Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#11165 closed defect (bug) (fixed)

Blogroll/Bookmarks add/edit rating drop down to have 0 to 10 possible options

Reported by: prodevstudio's profile ProDevStudio Owned by:
Milestone: 2.9 Priority: normal
Severity: normal Version: 2.9
Component: Administration Keywords: has-patch links
Focuses: Cc:

Description

When adding a new link or editing an existing link: under the Advanced section the rating drop down only allows for maximum of 9.

It should allow up to 10 or have some kind of options somewhere to set the appropriate maximum rating say for example 5, 10 or percentage rating.

Just looking at the current trunk version the rating for add/edit link under advanced link_advanced_meta_box does not allow more then rating of 9.

In file (wp-admin->includes->meta-boxes.php line: 804) in the for loop stop condition a = is missing.

see patch attached for fix/details.

Attachments (1)

link_advanced_meta_box-patch.patch (578 bytes) - added by ProDevStudio 15 years ago.
Allow maximum rating of 10 for links in blogroll/bookmarks

Download all attachments as: .zip

Change History (3)

@ProDevStudio
15 years ago

Allow maximum rating of 10 for links in blogroll/bookmarks

#1 @scribu
15 years ago

  • Component changed from General to Administration
  • Keywords has-patch links added; meta_boxes link link_advanced removed

#2 @ryan
15 years ago

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

(In [12233]) Allow link rating of 10. Props ProDevStudio. fixes #11165

Note: See TracTickets for help on using tickets.