WP PLUGIN CSSセレクタの修正
・アンダーバーからハイフンに変更
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
<form action="" method="post">
|
||||
<?php wp_nonce_field( 'sh_options' ); ?>
|
||||
<h2>設定</h2>
|
||||
<table class="form-table apop-form_table">
|
||||
<table class="form-table apop-form-table">
|
||||
<tr>
|
||||
<th scope="row">全体設定</th>
|
||||
<td>
|
||||
<dl class="apop_setting_list">
|
||||
<dl class="apop-setting-list">
|
||||
<dt>1ページ表示件数</dt>
|
||||
<dd><?php $per_page_data = APOP_UI::create_cat_per_page( get_option( '_apop_per_page' ), 'search' ); ?>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user