Changeset 3118
- Timestamp:
- 07/04/2010 06:13:38 AM (14 years ago)
- Location:
- branches/1.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-forums.php
r3082 r3118 79 79 80 80 bp_core_redirect( bp_get_group_permalink( $bp->groups->current_group ) . '/forum/topic/' . $topic->topic_slug . '/' ); 81 } else { 82 bp_core_add_message( __( 'Please pick the group forum where you would like to post this topic.', 'buddypress' ), 'error' ); 81 83 } 82 84 } -
branches/1.2/bp-themes/bp-default/forums/index.php
r2969 r3118 38 38 <label><?php _e( 'Post In Group Forum:', 'buddypress' ) ?></label> 39 39 <select id="topic_group_id" name="topic_group_id"> 40 41 <option value="">----</option> 40 42 41 43 <?php while ( bp_groups() ) : bp_the_group(); ?>
Note: See TracChangeset
for help on using the changeset viewer.