[wp-trac] [WordPress Trac] #29763: wp_list_bookmarks fails to order by description due to missing param in get_bookmarks() in bookmarks.php

WordPress Trac noreply at wordpress.org
Fri Sep 26 16:53:51 UTC 2014


#29763: wp_list_bookmarks fails to order by description due to missing param in
get_bookmarks() in bookmarks.php
--------------------------+-----------------------------
 Reporter:  Moto-Zulli    |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  3.9.2
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 line 253 in wp-includes/bookmarks.php includes the allowable orderby
 params:

 $keys = array( 'link_id', 'link_name', 'link_url', 'link_visible',
 'link_rating', 'link_owner', 'link_updated', 'link_notes');

 but  'link_description' is missing. Adding back to bookmark.php restores
 the functionality but requires altering core files.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/29763>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list