WP PLUGIN CSSセレクタの修正

・アンダーバーからハイフンに変更
This commit is contained in:
2021-06-19 10:18:06 +09:00
parent ff1dcdc5f4
commit a76410908b
9 changed files with 115 additions and 120 deletions
+1 -1
View File
@@ -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 ); ?>"