You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a theme writer, I'd like to be able to set classes and other attributes for a link to an owner profile. For example, in conjunction with the Groups plugin, I'd like to set an "owner" class on a link to the profile of a group owner.
The linkToOwnerProfile() helper needs to be able to take an array of attributes and values and works if it prints out those attributes and values within the <a> tag.
The text was updated successfully, but these errors were encountered:
As a theme writer, I'd like to be able to set classes and other attributes for a link to an owner profile. For example, in conjunction with the Groups plugin, I'd like to set an "owner" class on a link to the profile of a group owner.
The
linkToOwnerProfile()
helper needs to be able to take an array of attributes and values and works if it prints out those attributes and values within the<a>
tag.The text was updated successfully, but these errors were encountered: