Changeset 55942 for trunk/src/wp-content/themes/twentyten/header.php
- Timestamp:
- 06/19/2023 06:26:01 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/header.php
r55476 r55942 22 22 wp_title( '|', true, 'right' ); 23 23 24 // Add the blogname.24 // Add the site name. 25 25 bloginfo( 'name' ); 26 26 27 // Add the blogdescription for the home/front page.27 // Add the site description for the home/front page. 28 28 $site_description = get_bloginfo( 'description', 'display' ); 29 29 if ( $site_description && ( is_home() || is_front_page() ) ) {
Note: See TracChangeset
for help on using the changeset viewer.