Opened 14 years ago
Closed 14 years ago
#2481 closed defect (bug) (fixed)
bp_create_excerpt() ignores the_excerpt()
Reported by: | ipstenu | Owned by: | |
---|---|---|---|
Milestone: | 1.2.6 | Priority: | normal |
Severity: | Version: | ||
Component: | Blogs | Keywords: | has-patch |
Cc: |
Description
Basically, what r-a-y says here:
You can either request an additional parameter for unfiltered text in the “bp_blogs_record_activity_content” filter or in the “bp_create_excerpt” filter.
I just want a way to tell BuddyPress 'Check and see if I made an excerpt FIRST in my blog post. And if so, use that, please and thank you.'
(I hate to say it but ... FaceBook does this. *shudder*)
So can I get a parameter to toss in that filter? I'm going to poke at it in my free time, but god knows I have none of that :/
Decided to go with the former - added extra parameter to the "bp_blogs_record_activity_content" filter.
Moving to 1.2.6 since it's minor.