Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #29763


Ignore:
Timestamp:
09/26/2014 09:28:28 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

Appears to be a regression in [18345]. The Codex still says that link_description is an acceptable parameter for orderby.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29763

    • Property Version changed from 3.9.2 to 3.1.4
    • Property Milestone changed from Awaiting Review to 4.1
  • Ticket #29763 – Description

    initial v1  
    11line 253 in wp-includes/bookmarks.php includes the allowable orderby params:
    2 
     2{{{
    33$keys = array( 'link_id', 'link_name', 'link_url', 'link_visible', 'link_rating', 'link_owner', 'link_updated', 'link_notes');
    4 
     4}}}
    55but  'link_description' is missing. Adding back to bookmark.php restores the functionality but requires altering core files.