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
+7 -7
View File
@@ -13,7 +13,7 @@
$order_target = 1;
}
?>
<ul class="sort_menu_list"
<ul class="sort-menu-list"
data-order_target="<?php echo esc_attr( $order_target ); ?>">
<li>
<label>
@@ -32,28 +32,28 @@
<div class="sort_box">
<hr>
<p>並べ替えを登録するには「変更を保存」をクリックしてください</p>
<ul class="post-order-list drag_sort">
<ul class="post-order-list drag-sort">
<?php echo APOP_UI::create_order_list( $tax_data, $tax_key ); ?>
</ul>
</div>
<div class="sort_box">
<hr>
<p>並べ替えを登録するには「変更を保存」をクリックしてください</p>
<div class="enable_box">
<div class="enable-box">
<h4>有効</h4>
<ul class="post-order-list search_normal_sort">
<ul class="post-order-list search-normal-sort">
<?php APOP_UI::create_search_normal_list( 'tax', $tax_data->term_id ); ?>
</ul>
</div>
<div class="disable_box">
<div class="disable-box">
<h4>無効</h4>
<ul class="disable_normal_list"></ul>
<ul class="disable-normal-list"></ul>
</div>
</div>
</div>
<?php endforeach; ?>
<?php else: ?>
<p class="no_registered_exp">並べ替えをカスタマイズする<?php echo esc_html( $tax_title_text ); ?>は選択されていません。</p>
<p class="no-registered-exp">並べ替えをカスタマイズする<?php echo esc_html( $tax_title_text ); ?>は選択されていません。</p>
<?php endif; ?>
</div>
<?php endforeach; ?>