Changeset 27091
- Timestamp:
- 02/04/2014 01:56:49 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r26843 r27091 488 488 489 489 // Add the site name. 490 $title .= get_bloginfo( 'name' );490 $title .= get_bloginfo( 'name', 'display' ); 491 491 492 492 // Add the site description for the home/front page. -
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. -
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.