- Timestamp:
- 02/04/2014 01:56:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r25908 r27091 209 209 210 210 // Add the site name. 211 $title .= get_bloginfo( 'name' );211 $title .= get_bloginfo( 'name', 'display' ); 212 212 213 213 // Add the site description for the home/front page.
Note: See TracChangeset
for help on using the changeset viewer.