浏览代码

Drop \OC_Theme::getLogoClaim

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v22.0.0beta1
Christoph Wurst 3 年前
父节点
当前提交
0f9aa499e4
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0
    9
      themes/example/defaults.php

+ 0
- 9
themes/example/defaults.php 查看文件

@@ -76,15 +76,6 @@ class OC_Theme {
return 'Your custom cloud, personalized for you!';
}

/**
* Returns logo claim
* @return string logo claim
* @deprecated 13.0.0 not used anymore
*/
public function getLogoClaim() {
return '';
}

/**
* Returns short version of the footer
* @return string short footer

正在加载...
取消
保存