Changeset 21976 for trunk/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 09/24/2012 06:33:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/functions.php
r21975 r21976 152 152 return $title; 153 153 154 // Add the blogname.154 // Add the site name. 155 155 $title .= get_bloginfo( 'name' ); 156 156 157 // Add the blogdescription for the home/front page.157 // Add the site description for the home/front page. 158 158 $site_description = get_bloginfo( 'description', 'display' ); 159 159 if ( $site_description && ( is_home() || is_front_page() ) )
Note: See TracChangeset
for help on using the changeset viewer.