diff --git a/archive-post-order-plus.php b/archive-post-order-plus.php index 70bd34c..6f2d85e 100644 --- a/archive-post-order-plus.php +++ b/archive-post-order-plus.php @@ -5,7 +5,7 @@ Plugin URI: https://www.n-k-y.net/wp_plugin_apop/ Author: Nobuhiro Kimura Author URI: https://www.n-k-y.net Description: 通常表示、検索表示、タクソノミー毎に投稿の表示順を設定するプラグイン -Version: 1.0.1 +Version: 1.0.0 License: GPLv2 */ @@ -35,8 +35,8 @@ $APOP = new APOP; new APOP_POST; //CSS, JSの読み込み -add_action( 'admin_enqueue_scripts', 'mtee_register_my_styles' ); -function mtee_register_my_styles() { +add_action( 'admin_enqueue_scripts', 'apop_register_my_styles' ); +function apop_register_my_styles() { wp_enqueue_style( 'hrc_post_style', APOP_PLUGIN_URL . 'css/apop-style.css' ); wp_enqueue_script( 'jquery-ui-sortable' ); wp_enqueue_script( 'post-sort-cat-order_js', APOP_PLUGIN_URL . 'js/apop-style.js' ); diff --git a/readme.txt b/readme.txt index f0eded1..7baddee 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: 投稿,表示順,投稿表示順,カテゴリー,タグ,カスタム分類 Requires at least: 4.9 Tested up to: 5.7.2 Requires PHP: 7.0 -Stable tag: 1.0.1 +Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -50,9 +50,6 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html = 1.0.0 = 初回リリース -= 1.0.1 = -関数名の修正と$_POSTのサニタイズとHTML出力のエスケープ - == Upgrade Notice == No information