Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32787, comment 9


Ignore:
Timestamp:
05/31/2016 03:43:40 AM (9 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32787, comment 9

    initial v1  
    1313----
    1414
    15 The end result of this patch, functionality speaking, is identical to before it. All we do is add a filter on each piece of `$text` being made clickable. This new `make_clickable` filter will allow for plugins to introduce their own clickables; specific to BuddyPress, bbPress, and P2, this means linking username mentions to their respective profiles.
     15The end result of this patch, functionality speaking, is identical to before it. All we do is add a filter on each piece of `$text` being made clickable. This new `make_clickable` filter will allow for plugins to introduce their own clickables; specific to BuddyPress, bbPress, and P2, this means linking username mentions to their respective profiles without the need to duplicate the entire `make_clickable()` stack.