Make WordPress Core

Ticket #39336: 39336.3.patch

File 39336.3.patch, 2.0 KB (added by dots, 8 years ago)

Please ignore 39336.2.patch

  • src/wp-includes/class-wp-query.php

     
    691691         *                                                 'meta_key=keyname' must be also be defined. To sort by a
    692692         *                                                 specific `$meta_query` clause, use that clause's array key.
    693693         *                                                 Default 'date'. Accepts 'none', 'name', 'author', 'date',
    694          *                                                 'title', 'modified', 'menu_order', 'parent', 'ID', 'rand',
     694         *                                                 'title', 'modified', 'menu_order', 'parent', 'ID', 'rand','relevance','type',
    695695         *                                                 'RAND(x)' (where 'x' is an integer seed value),
    696696         *                                                 'comment_count', 'meta_value', 'meta_value_num', 'post__in',
    697697         *                                                 'post_name__in', 'post_parent__in', and the array keys
     
    702702         *     @type int          $paged                   The number of the current page.
    703703         *     @type int          $page_id                 Page ID.
    704704         *     @type string       $pagename                Page slug.
     705         *     @type string       $type                    Order by post type.
     706         *     @type string       $relevance               Order by search terms in the following order: First, whether the entire sentence is matched. Second, if all the search times are within the titles. Third, if any of the search terms appear in the titles. And, fourth, if the full sentence appears in the contents.
    705707         *     @type string       $perm                    Show posts if user has the appropriate capability.
    706708         *     @type string       $ping_status             Ping status.
    707709         *     @type array        $post__in                An array of post IDs to retrieve, sticky posts will be included