Opened 8 months ago
Closed 8 months ago
#1948 closed defect (fixed)
Shortcode bbp-single-topic-tag not working
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | Shortcodes | Version: | 2.1.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Shortcode [bbp-single-topic-tag id=$tag_id] does not work.
Reproduction: Add shortcode to a WP page of a valid topic tags post ID.
eg. [bbp-single-topic-tag id=15]
Change History (2)
comment:1
johnjamesjacoby — 8 months ago
- Milestone changed from Awaiting Review to 2.2
- Version changed from 2.1 to 2.1.2
comment:2
johnjamesjacoby — 8 months ago
- Resolution set to fixed
- Status changed from new to closed
Fixed in r4217.
Note: See
TracTickets for help on using
tickets.
Confirmed. This one sucks, because it's an issue with WordPress core and shortcodes not being literal. It calls the 'bbp-single-topic' shortcode instead of 'bbp-single-topic-tag.'
The only "fix" is to change the shortcode string to something that doesn't already exist: 'bbp-single-tag' is the closest to existing patterns that will work.