mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-25 21:54:28 +00:00
Fixed a problem with using bloginfo().
git-svn-id: https://develop.svn.wordpress.org/trunk@1157 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -32,7 +32,8 @@ function get_bloginfo($show='') {
|
||||
|
||||
switch($show) {
|
||||
case 'url':
|
||||
$output = get_settings('siteurl') .'/'. get_settings('blogfilename');
|
||||
case 'siteurl':
|
||||
$output = get_settings('siteurl');
|
||||
break;
|
||||
case 'description':
|
||||
$output = get_settings('blogdescription');
|
||||
|
||||
Reference in New Issue
Block a user