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/functions.php

    r31170 r31212  
    870870 * @since 2.0.0
    871871 *
    872  * @param string $query_vars Default WP_Query arguments.
     872 * @param string|array $query_vars Default WP_Query arguments.
    873873 */
    874874function wp( $query_vars = '' ) {
Note: See TracChangeset for help on using the changeset viewer.