Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxianucw committed Jun 23, 2021
1 parent c6151a2 commit d42f800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public static function personalConfig(Typecho_Widget_Helper_Form $form) {}
* @param Widget_Archive $archive
* @return void
*/
public static function header($header,Widget_Archive $archive) {
public static function header($header, Widget_Archive $archive) {
@$header_html = Helper::options()->plugin('PartiallyPassword')->header;
if ($header_html) echo $header_html;
}
Expand Down

0 comments on commit d42f800

Please sign in to comment.