Make 2nd and 3rd cssLink() arguments optional
This commit is contained in:
@@ -368,7 +368,7 @@ class HTMLOutputter extends XMLOutputter
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
function cssLink($src,$theme,$media)
|
||||
function cssLink($src,$theme=null,$media=null)
|
||||
{
|
||||
if (!$theme) {
|
||||
$theme = common_config('site', 'theme');
|
||||
|
Reference in New Issue
Block a user