Changeset 13474
- Timestamp:
- 02/27/2010 11:22:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r13467 r13474 359 359 * @param string $show What to display. 360 360 */ 361 function bloginfo( $show='') {362 echo get_bloginfo( $show, 'display');361 function bloginfo( $show='' ) { 362 echo get_bloginfo( $show, 'display' ); 363 363 } 364 364 … … 398 398 break; 399 399 case 'wpurl' : 400 $output = get_option('siteurl');400 $output = site_url(); 401 401 break; 402 402 case 'description':
Note: See TracChangeset
for help on using the changeset viewer.