Changeset 1032 for trunk/bp-forums.php
- Timestamp:
- 02/09/2009 06:52:51 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-forums.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums.php
r1025 r1032 159 159 function bp_forums_new_post( $post_text = '', $topic_id = 0 ) { 160 160 global $bbpress_live; 161 162 if ( !check_admin_referer( 'bp_forums_new_reply' ) ) 163 return false; 161 164 162 165 if ( !is_object( $bbpress_live ) ) {
Note: See TracChangeset
for help on using the changeset viewer.