﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
20101,Can't use 'show_admin_bar' filter with conditional tags,scribu,nacin,"I'm trying to show the admin bar only on the front page:

{{{
function scribu_show_admin_bar() {
  return is_front_page();
}

add_filter( 'show_admin_bar', 'scribu_show_admin_bar' );
}}}

However, this doesn't work because '_wp_admin_bar_init' is called on 'init', before the main WP_Query is set up.",defect (bug),reopened,normal,3.6,Toolbar,,normal,,has-patch needs-testing 3.6-early commit,
