[wp-trac] [WordPress Trac] #12542: Fix title and h1 elements for Twenty Ten theme
WordPress Trac
wp-trac at lists.automattic.com
Sun Mar 7 16:43:57 UTC 2010
#12542: Fix title and h1 elements for Twenty Ten theme
--------------------------+-------------------------------------------------
Reporter: mikeschinkel | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: Themes | Version: 3.0
Severity: normal | Keywords: has-patch
--------------------------+-------------------------------------------------
Changes (by Utkarsh):
* cc: admin@… (added)
* priority: high => normal
Comment:
Changed a few things from Mike's patch.
{{{
function is_root_page() {
return (is_front_page() || (is_front_page() && is_home()));
}
}}}
Replaced this with using an is_front_page() call, as it means the same.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/12542#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list