Changeset 2794 for branches/plugin/bbp-admin/bbp-admin.php
- Timestamp:
- 01/13/2011 01:52:41 AM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-admin.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-admin.php
r2793 r2794 836 836 837 837 // simple hack to show the forum description under the title 838 the_content();838 bbp_forum_content( $forum->ID ); 839 839 } 840 840 … … 1157 1157 unset( $actions['inline hide-if-no-js'] ); 1158 1158 1159 bbp_topic_content( );1159 bbp_topic_content( $topic->ID ); 1160 1160 1161 1161 // Show view link if it's not set, the topic is trashed and the user can view trashed topics … … 1488 1488 $actions['view'] = '<a href="' . bbp_get_reply_permalink( $reply->ID ) . '" title="' . esc_attr( sprintf( __( 'View “%s”', 'bbpress' ), bbp_get_reply_title( $reply->ID ) ) ) . '" rel="permalink">' . __( 'View', 'bbpress' ) . '</a>'; 1489 1489 1490 bbp_reply_content( );1490 bbp_reply_content( $reply->ID ); 1491 1491 1492 1492 // Only show the actions if the user is capable of viewing them
Note: See TracChangeset
for help on using the changeset viewer.