XenForo
Administrative
- Thread starter
- Admin
- #1
Somewhat related to: https://xenforo.com/community/threa...ge_macros-itemprop-name-appears-twice.194844/
Basically, we have rogue itemprop="name" values coming from anywhere that uses fnUsernameLink(). If a username link is templated outside an itemscope, or in an itemscope that already has its own "name", fnUsernameLink() throws in an itemprop="name" that we don't need, because it's hardcoded. Sometimes we just want the username link, without it changing...
Read more
ادامه مطلب...
Basically, we have rogue itemprop="name" values coming from anywhere that uses fnUsernameLink(). If a username link is templated outside an itemscope, or in an itemscope that already has its own "name", fnUsernameLink() throws in an itemprop="name" that we don't need, because it's hardcoded. Sometimes we just want the username link, without it changing...
Read more
ادامه مطلب...