Changeset 4137 for trunk/bp-groups/bp-groups-screens.php
- Timestamp:
- 03/12/2011 09:25:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-screens.php
r4124 r4137 312 312 } else { 313 313 // Posting a topic 314 if ( isset( $_POST['submit_topic'] ) && function_exists( 'bp_forums_new_topic') ) {314 if ( isset( $_POST['submit_topic'] ) && bp_is_active( 'forums' ) ) { 315 315 // Check the nonce 316 316 check_admin_referer( 'bp_forums_new_topic' );
Note: See TracChangeset
for help on using the changeset viewer.