* fix #1816

* fix call stack

* fix typo error
This commit is contained in:
joyqi
2025-01-07 19:42:15 +08:00
committed by GitHub
parent 7d51b210c9
commit 6ddf1c1a23
14 changed files with 65 additions and 37 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ $header = '<link rel="stylesheet" href="' . $options->adminStaticUrl('css', 'nor
<link rel="stylesheet" href="' . $options->adminStaticUrl('css', 'style.css', true) . '">';
/** 注册一个初始化插件 */
$header = \Typecho\Plugin::factory('admin/header.php')->call('header', $header);
$header = \Typecho\Plugin::factory('admin/header.php')->filter('header', $header);
?><!DOCTYPE HTML>
<html>