Changeset 21976
- Timestamp:
- 09/24/2012 06:33:09 PM (12 years ago)
- Location:
- trunk/wp-content/themes/twentytwelve
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/archive.php
r21618 r21976 32 32 printf( __( 'Category Archives: %s', 'twentytwelve' ), '<span>' . single_cat_title( '', false ) . '</span>' ); 33 33 } else { 34 _e( ' BlogArchives', 'twentytwelve' );34 _e( ' Archives', 'twentytwelve' ); 35 35 } 36 36 ?></h1> -
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.