Changeset 6829 for trunk/src/includes/forums/template.php
- Timestamp:
- 07/05/2018 06:17:22 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/forums/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/template.php
r6819 r6829 2235 2235 2236 2236 // Get current posts author 2237 $post_author = bbp_get_global_post_field( 'post_author', 'raw' );2237 $post_author = (int) bbp_get_global_post_field( 'post_author', 'raw' ); 2238 2238 2239 2239 // Post author is not the current user
Note: See TracChangeset
for help on using the changeset viewer.