Changeset 27091 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 02/04/2014 01:56:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r25908 r27091 204 204 205 205 // Add the site name. 206 $title .= get_bloginfo( 'name' );206 $title .= get_bloginfo( 'name', 'display' ); 207 207 208 208 // Add the site description for the home/front page.
Note: See TracChangeset
for help on using the changeset viewer.