[buddypress-trac] [BuddyPress] #2443: posting links at the end of status updates breaks them in member page

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Fri Mar 11 17:22:28 UTC 2011


#2443: posting links at the end of status updates breaks them in member page
------------------------+-------------------
  Reporter:  orioneweb  |      Owner:
      Type:  defect     |     Status:  new
  Priority:  major      |  Milestone:  1.3
 Component:  Activity   |    Version:
Resolution:             |   Keywords:  close
------------------------+-------------------
Changes (by boonebgorges):

 * keywords:   => close


Comment:

 I ran a couple of tests and the problem boils down to the make_clickable
 filter, as applied to bp_get_activity_latest_update_excerpt and
 bp_get_activity_latest_update in bp-activity-filters.php.

 Essentially, I think this is a WordPress problem. The regex in
 make_clickable and its callbacks doesn't know what to do with a quotation
 mark at the end of a URL. I tested this in a normal blog post (making sure
 to add_filter( 'the_content', 'make_clickable' ); )

 I vote for marking this ticket invalid, with a suggestion that we send it
 upstream to WordPress. See [WP10990] [WP5081] for possibly related issues.

-- 
Ticket URL: <https://trac.buddypress.org/ticket/2443#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list