WP PLUGIN CSS修正+更新時の表示タブ修正
・カテゴリー表示等のCSSについてflexを適用 ・データ更新時に表示するタブが、POST前に開いていたタブになるようPHPとjQyeryを修正
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php if ( isset( $tax_lists, $tax_title_text, $submit_type_number ) ): ?>
|
||||
<?php if ( isset( $tax_lists, $tax_title_text ) ): ?>
|
||||
<?php foreach ( $tax_lists as $tax_key => $tax_list ) : ?>
|
||||
<div class="list-orders-outer">
|
||||
<?php if ( count( $tax_list ) > 0 ): ?>
|
||||
|
||||
Reference in New Issue
Block a user