﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
17727	page_css_class - pass additional parameters to filter	TheDeadMedic	nacin	"Brought to light in a [http://wordpress.stackexchange.com/q/11821/1685 question asked WordPress Answers.SE], the task was to add a class {{{parent}}} to all pages that had children.

The solution was to extend {{{Walker_Page}}}, and then call the parent method, so as to have access to the arguments passed to it.

It would've been a lot easier if the filter {{{page_css_class}}} also passed these arguments, namely {{{$args}}} and {{{$depth}}}. 

With this in place, I can see it opening up a realm of possibilities for custom CSS classes with ease!

"	enhancement	closed	normal	3.3	Template		minor	fixed	has-patch	
