Adjust profile template wrapper class for consistency
This commit is contained in:
@@ -71,7 +71,7 @@ endif;
|
||||
|
||||
if ( sizeof( $options ) > 1 ):
|
||||
?>
|
||||
<div class="sp-template sp-template-player-selector sp-template-dropdown">
|
||||
<div class="sp-template sp-template-player-selector sp-template-profile-selector">
|
||||
<select class="sp-profile-selector sp-player-selector sp-selector-redirect">
|
||||
<?php echo implode( $options ); ?>
|
||||
</select>
|
||||
|
||||
@@ -65,7 +65,7 @@ endif;
|
||||
|
||||
if ( sizeof( $options ) > 1 ):
|
||||
?>
|
||||
<div class="sp-template sp-template-staff-selector sp-template-dropdown">
|
||||
<div class="sp-template sp-template-staff-selector sp-template-profile-selector">
|
||||
<select class="sp-profile-selector sp-staff-selector sp-selector-redirect">
|
||||
<?php echo implode( $options ); ?>
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user