Changeset 4682
- Timestamp:
- 01/02/2013 04:34:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/admin/users.php
r4542 r4682 140 140 <option value=''><?php _e( 'Change forum role to…', 'bbpress' ) ?></option> 141 141 <?php foreach ( $dynamic_roles as $role => $details ) : ?> 142 143 142 <option value="<?php echo esc_attr( $role ); ?>"><?php echo translate_user_role( $details['name'] ); ?></option> 144 145 143 <?php endforeach; ?> 146 </select> 147 148 <?php submit_button( __( 'Change', 'bbpress' ), 'secondary', 'bbp-change-role', false ); 144 </select><?php submit_button( __( 'Change', 'bbpress' ), 'secondary', 'bbp-change-role', false ); 149 145 } 150 146
Note: See TracChangeset
for help on using the changeset viewer.