mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
@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. git-svn-id: https://develop.svn.wordpress.org/trunk@31212 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -869,7 +869,7 @@ function wp_remote_fopen( $uri ) {
|
||||
*
|
||||
* @since 2.0.0
|
||||
*
|
||||
* @param string $query_vars Default WP_Query arguments.
|
||||
* @param string|array $query_vars Default WP_Query arguments.
|
||||
*/
|
||||
function wp( $query_vars = '' ) {
|
||||
global $wp, $wp_query, $wp_the_query;
|
||||
|
||||
Reference in New Issue
Block a user