Converted overlooked reference to $siteurl to get_settings().
git-svn-id: http://svn.automattic.com/wordpress/trunk@962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3762000999
commit
699dcb6ac8
|
@ -256,7 +256,7 @@ function list_cats($optionall = 1, $all = 'All', $sort_column = 'ID', $sort_orde
|
|||
global $querystring_start, $querystring_equal, $querystring_separator;
|
||||
// Optiondates now works
|
||||
if ('' == $file) {
|
||||
$file = "$siteurl/" . get_settings('blogfilename');
|
||||
$file = get_settings('siteurl') . '/' . get_settings('blogfilename');
|
||||
}
|
||||
if (intval($categories)==0){
|
||||
$sort_column = 'cat_'.$sort_column;
|
||||
|
|
Loading…
Reference in New Issue