Opened 3 years ago
Closed 3 years ago
#2481 closed defect (bug) (fixed)
bp_create_excerpt() ignores the_excerpt()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2.6 |
| Component: | Blogs | Version: | |
| Severity: | 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 :/
Attachments (1)
Change History (4)
- Component changed from Core to Blogs
- Keywords has-patch added
- Milestone changed from 1.3 to 1.2.6
- Type changed from enhancement to defect
Forgot to list this as a defect so this is seen!
comment:3
johnjamesjacoby — 3 years ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

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.