mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +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:
@@ -3942,7 +3942,7 @@ class WP_Query {
|
||||
* @since 1.5.0
|
||||
* @access public
|
||||
*
|
||||
* @param string $query URL query string.
|
||||
* @param string|array $query URL query string or array of vars.
|
||||
*/
|
||||
public function __construct($query = '') {
|
||||
if ( ! empty($query) ) {
|
||||
|
||||
Reference in New Issue
Block a user