﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
21423,wp_list_pages() is not aware of the current page inside the loop so the correct css classes are not set,thedaysse,,"Because is_page() doesn't work inside the loop any widget that calls wp_list_pages() also fails to put the right css on the generated list. The fix is for wp_list_pages() to have an extra option so we can tell it explicitly what $ID we are on when we call it:

'current_page' => 0, // would do it

Fixing is_page() and is_singular() so that they give the expected results inside the loop would also solve the issue",defect (bug),closed,normal,,General,3.4.1,trivial,invalid,reporter-feedback,
