WP PLUGIN
・ライブラリインクルードが外れていたため修正
This commit is contained in:
@@ -40,6 +40,7 @@ function apop_register_my_styles() {
|
||||
wp_enqueue_style( 'jq_ui_css', APOP_PLUGIN_URL . 'css/jquery-ui.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-autocomplete' );
|
||||
wp_enqueue_script( 'post-sort-cat-order_js', APOP_PLUGIN_URL . 'js/apop-style.js' );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user