Changeset 4137 for trunk/bp-forums/bp-forums-screens.php
- Timestamp:
- 03/12/2011 09:25:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-screens.php
r4088 r4137 18 18 19 19 // Check to see if the user has posted a new topic from the forums page. 20 if ( isset( $_POST['submit_topic'] ) && function_exists( 'bp_forums_new_topic' ) ) {20 if ( isset( $_POST['submit_topic'] ) && bp_is_active( 'forums' ) ) { 21 21 check_admin_referer( 'bp_forums_new_topic' ); 22 22
Note: See TracChangeset
for help on using the changeset viewer.