Changeset 6020
- Timestamp:
- 04/29/2016 11:44:40 PM (10 years ago)
- File:
-
- 1 edited
-
branches/2.5/includes/forums/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/includes/forums/functions.php
r5171 r6020 1932 1932 1933 1933 $cache_id = 'bbp_get_forum_' . $forum_id . '_reply_id'; 1934 $reply_id = (int)wp_cache_get( $cache_id, 'bbpress_posts' );1934 $reply_id = wp_cache_get( $cache_id, 'bbpress_posts' ); 1935 1935 1936 1936 if ( false === $reply_id ) {
Note: See TracChangeset
for help on using the changeset viewer.