We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当用户->个人资料->个人说明中存在换行符时,个人简介widget无法正确显示换行。 可以通过在inc/theme-widgets.php第317行最终输出简介之前,加一行
用户->个人资料->个人说明
inc/theme-widgets.php
$introduce = str_replace("\n", "<br>", $introduce);
来解决。
The text was updated successfully, but these errors were encountered:
#499
Sorry, something went wrong.
感谢反馈,等下版更新即可。
No branches or pull requests
当
用户->个人资料->个人说明
中存在换行符时,个人简介widget无法正确显示换行。可以通过在
inc/theme-widgets.php
第317行最终输出简介之前,加一行来解决。
The text was updated successfully, but these errors were encountered: