Changeset 3941 for branches/plugin/bbp-includes/bbp-reply-template.php
- Timestamp:
- 06/04/2012 04:37:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-template.php
r3940 r3941 1322 1322 $reply_position++; 1323 1323 1324 return apply_filters( 'bbp_get_reply_position', (int) $reply_position, $reply_id, $topic_id );1324 return (int) apply_filters( 'bbp_get_reply_position', (int) $reply_position, $reply_id, $topic_id ); 1325 1325 } 1326 1326
Note: See TracChangeset
for help on using the changeset viewer.