Changeset 4831 for trunk/bp-themes/bp-default/forums/index.php
- Timestamp:
- 07/24/2011 01:17:12 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/forums/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/index.php
r4676 r4831 112 112 <select id="topic_group_id" name="topic_group_id"> 113 113 114 <option value=""> ----</option>114 <option value=""><?php /* translators: no option picked in select box */ _e( '----', 'buddypress' ); ?></option> 115 115 116 116 <?php while ( bp_groups() ) : bp_the_group(); ?>
Note: See TracChangeset
for help on using the changeset viewer.