﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
18554,Twenty Eleven body classes for singular does not  check condition is_front_page(),Gabriel Reguly,,"Maybe this is by design, but I found odd that function twentyeleven_body_classes tests for is_home() but does not test for is_front_page().

As in: 

{{{
if ( is_singular() && ! is_home() 
}}}

So I propose a fix for this:


{{{
if ( is_singular() && ! is_home() && ! is_front_page()
}}}

Please find the amended file attached.

Regards,
Gabriel 

",enhancement,closed,normal,,Themes,3.2.1,normal,wontfix,close,
