Make WordPress Core


Ignore:
Timestamp:
04/24/2004 11:31:34 PM (21 years ago)
Author:
saxmatt
Message:

Fixed a problem with using bloginfo().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-general.php

    r1150 r1157  
    3333    switch($show) {
    3434        case 'url':
    35             $output = get_settings('siteurl') .'/'. get_settings('blogfilename');
     35        case 'siteurl':
     36            $output = get_settings('siteurl');
    3637            break;
    3738        case 'description':
Note: See TracChangeset for help on using the changeset viewer.