| 1 | | `bbp_is_reply_published()` returns `true` on topics without any replies |
| | 1 | Each of the cases below return `true` and should not: |
| | 2 | |
| | 3 | Forum root: http://src.wordpress-develop.dev/forums/ |
| | 4 | • `bbp_is_forum_open()` |
| | 5 | • `bbp_is_forum_public()` |
| | 6 | • `bbp_is_reply_anonymous()` |
| | 7 | • `bbp_is_topic_anonymous()` |
| | 8 | • `bbp_is_reply_published()` |
| | 9 | • `bbp_is_topic_published()` |
| | 10 | |
| | 11 | Single Forum: http://src.wordpress-develop.dev/forums/forum/bbp-public-forum/ |
| | 12 | • `bbp_is_reply_published()` |
| | 13 | • `bbp_is_topic_published()` |
| | 14 | |
| | 15 | BuddyPress Group Single Forum: http://src.wordpress-develop.dev/groups/bp-public-group/forum/ |
| | 16 | • `bbp_is_reply_anonymous()` |
| | 17 | • `bbp_is_topic_anonymous()` |
| | 18 | • `bbp_is_reply_published()` |
| | 19 | • `bbp_is_topic_published()` |
| | 20 | |
| | 21 | BuddyPress Group Single Topic: http://src.wordpress-develop.dev/groups/bp-public-group/forum/topic/test-topic/ |
| | 22 | • `bbp_is_reply_anonymous()` |
| | 23 | • `bbp_is_reply_published()` |
| | 24 | • `bbp_is_topic_published()` |
| | 25 | |
| | 26 | Single Topic: http://src.wordpress-develop.dev/forums/topic/bbp-public-topic/ |
| | 27 | • `bbp_is_reply_published()` |