Make WordPress Core

Ticket #47054: 47054.patch

File 47054.patch, 697 bytes (added by jontyravi, 7 years ago)

Add missing parameter

  • src/wp-includes/bookmark.php

     
    117117 *                                    Accepts 1|true or 0|false. Default 0|false.
    118118 *     @type string   $include        Comma-separated list of bookmark IDs to include. Default empty.
    119119 *     @type string   $exclude        Comma-separated list of bookmark IDs to exclude. Default empty.
     120 *     @type string   $search         Searches link_url, link_name or link_description like the search string. Default empty.
    120121 * }
    121122 * @return array List of bookmark row objects.
    122123 */