﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
20376	wp_list_pages fails with meta_value=0 criteria	Big Tick	SergeyBiryukov	"The following code will ignore the meta_key filtering. In other words, wp_list_pages can't test for a meta_value of 0.

{{{
wp_list_pages(
  array(
    'meta_key' => 'a_custom_key',
    'meta_value' => '0'
  )
)
}}}
"	defect (bug)	closed	normal	3.6	Query	3.3.1	normal	fixed	has-patch commit	knut@…
