Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7084, comment 14


Ignore:
Timestamp:
09/21/2016 05:03:26 PM (7 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7084, comment 14

    initial v1  
    11Thanks for the rundown, @websupporter.
    22
    3 I think the proper way to fix this is to replace instances of `@` with `@` when grabbing the oEmbed HTML.  We should do this only for at-mentions that are not already wrapped in links.
     3I think the proper way to fix this is to replace instances of `@` with `@` when grabbing the oEmbed HTML.  Since our at-mention filter looks explicitly for the `@` sign, this is a decent workaround.  We should do this only for at-mentions that are not already wrapped in links.
    44
    55`01.patch` includes unit tests and should fix this issue.