WP PLUGIN 申請指摘事項の再修正
・メソッド名の修正
This commit is contained in:
@@ -5,7 +5,7 @@ Plugin URI: https://www.n-k-y.net/wp_plugin_apop/
|
|||||||
Author: Nobuhiro Kimura
|
Author: Nobuhiro Kimura
|
||||||
Author URI: https://www.n-k-y.net
|
Author URI: https://www.n-k-y.net
|
||||||
Description: 通常表示、検索表示、タクソノミー毎に投稿の表示順を設定するプラグイン
|
Description: 通常表示、検索表示、タクソノミー毎に投稿の表示順を設定するプラグイン
|
||||||
Version: 1.0.1
|
Version: 1.0.0
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -35,8 +35,8 @@ $APOP = new APOP;
|
|||||||
new APOP_POST;
|
new APOP_POST;
|
||||||
|
|
||||||
//CSS, JSの読み込み
|
//CSS, JSの読み込み
|
||||||
add_action( 'admin_enqueue_scripts', 'mtee_register_my_styles' );
|
add_action( 'admin_enqueue_scripts', 'apop_register_my_styles' );
|
||||||
function mtee_register_my_styles() {
|
function apop_register_my_styles() {
|
||||||
wp_enqueue_style( 'hrc_post_style', APOP_PLUGIN_URL . 'css/apop-style.css' );
|
wp_enqueue_style( 'hrc_post_style', APOP_PLUGIN_URL . 'css/apop-style.css' );
|
||||||
wp_enqueue_script( 'jquery-ui-sortable' );
|
wp_enqueue_script( 'jquery-ui-sortable' );
|
||||||
wp_enqueue_script( 'post-sort-cat-order_js', APOP_PLUGIN_URL . 'js/apop-style.js' );
|
wp_enqueue_script( 'post-sort-cat-order_js', APOP_PLUGIN_URL . 'js/apop-style.js' );
|
||||||
|
|||||||
+1
-4
@@ -4,7 +4,7 @@ Tags: 投稿,表示順,投稿表示順,カテゴリー,タグ,カスタム分類
|
|||||||
Requires at least: 4.9
|
Requires at least: 4.9
|
||||||
Tested up to: 5.7.2
|
Tested up to: 5.7.2
|
||||||
Requires PHP: 7.0
|
Requires PHP: 7.0
|
||||||
Stable tag: 1.0.1
|
Stable tag: 1.0.0
|
||||||
License: GPLv2 or later
|
License: GPLv2 or later
|
||||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
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.0 =
|
||||||
初回リリース
|
初回リリース
|
||||||
|
|
||||||
= 1.0.1 =
|
|
||||||
関数名の修正と$_POSTのサニタイズとHTML出力のエスケープ
|
|
||||||
|
|
||||||
|
|
||||||
== Upgrade Notice ==
|
== Upgrade Notice ==
|
||||||
No information
|
No information
|
||||||
|
|||||||
Reference in New Issue
Block a user