Changeset 4295
- Timestamp:
- 11/02/2012 05:40:33 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/shortcodes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/shortcodes.php
r4249 r4295 328 328 $forum_id = bbp_get_topic_forum_id( $topic_id ); 329 329 330 // Bail if ID passed is not a forum330 // Bail if ID passed is not a topic 331 331 if ( !bbp_is_topic( $topic_id ) ) 332 332 return $content; … … 410 410 $forum_id = bbp_get_reply_forum_id( $reply_id ); 411 411 412 // Bail if ID passed is not a forum412 // Bail if ID passed is not a reply 413 413 if ( !bbp_is_reply( $reply_id ) ) 414 414 return $content;
Note: See TracChangeset
for help on using the changeset viewer.