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. |
| 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 without the need to duplicate the entire `make_clickable()` stack. |