This commit is contained in:
make
2025-11-18 00:30:28 +08:00
parent af0004f6b8
commit cec5928302
3 changed files with 12 additions and 0 deletions

View File

@@ -343,6 +343,8 @@ EOD;
public function tagWz($tag)
{
$strWords = isset($tag['wz']) ? $tag['wz'] : '';
$strWords = $this->customBuildVar($strWords);
echo $strWords;
$parse = <<<EOD
<?php