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 | 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)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Allow maximum rating of 10 for links in blogroll/bookmarks