WP PLUGIN CSSセレクタの修正
・アンダーバーからハイフンに変更
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php if ( isset( $order_target, $order_target_type ) ): ?>
|
||||
<ul class="sort_menu_list"
|
||||
<ul class="sort-menu-list"
|
||||
data-order_target="<?php echo esc_attr( $order_target ); ?>">
|
||||
<li><label>
|
||||
<input class="sort_menu" type="radio" name="<?php echo esc_attr( $order_target_type ); ?>"
|
||||
|
||||
Reference in New Issue
Block a user