[wp-meta] [Making WordPress.org] #2882: Invalid values in Devhub_Handbooks::add_query_vars() for query_vars
Making WordPress.org
noreply at wordpress.org
Sat Jun 17 15:18:28 UTC 2017
#2882: Invalid values in Devhub_Handbooks::add_query_vars() for query_vars
----------------------------+-----------------
Reporter: grapplerulrich | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Handbooks | Keywords:
----------------------------+-----------------
The values for `query_vars` needs to be a STRING and INTEGER value.
This is currently not the case.
https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html
/wp-content/themes/pub/wporg-developer/inc/handbooks.php#L64
{{{
array(5) {
["is_handbook"] => bool(false)
["current_handbook"] =>bool(false)
["current_handbook_home_url"] =>bool(false)
["current_handbook_name"] => string(0) ""
["empty_post_type_search"] => bool(false)
}
}}}
Related #core38401
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2882>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list