function register_text( $translated ) {
$translated = str_ireplace('Register', '<a href="#register"></a> REGISTER', $translated);
return $translated;
}
Seems that you call the filter function from inside htmlspecialchar()
thath render the login box also. Check the login template .
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…