Make WordPress Core


Ignore:
Timestamp:
01/16/2015 07:02:26 PM (11 years ago)
Author:
wonderboymusic
Message:

@param cleanup:

  • get_metadata() will return literally anything, needs to be mixed
  • wp() and WP_Query::__construct() no longer just take a query string
  • Clarify a few others

See #30799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/query.php

    r31151 r31212  
    39433943     * @access public
    39443944     *
    3945      * @param string $query URL query string.
     3945     * @param string|array $query URL query string or array of vars.
    39463946     */
    39473947    public function __construct($query = '') {
Note: See TracChangeset for help on using the changeset viewer.