Changeset 55942 for trunk/src/wp-content/themes/twentyeleven/header.php
- Timestamp:
- 06/19/2023 06:26:01 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/header.php
r55476 r55942 32 32 wp_title( '|', true, 'right' ); 33 33 34 // Add the blogname.34 // Add the site name. 35 35 bloginfo( 'name' ); 36 36 37 // Add the blogdescription for the home/front page.37 // Add the site description for the home/front page. 38 38 $site_description = get_bloginfo( 'description', 'display' ); 39 39 if ( $site_description && ( is_home() || is_front_page() ) ) {
Note: See TracChangeset
for help on using the changeset viewer.