Welcart Nova 1.0.2 をリリースしました。
【変更点】
WordPress4.5の時、カテゴリー編集画面にてメディアアップローダーが動作しない不具合を修正
welcart_basic-nova/inc/term-customized.php 9行目
if ( 'edit-tags.php' == $hook && 'category' == get_current_screen()->taxonomy ){ |
if ( ( 'term.php' == $hook || 'edit-tags.php' == $hook ) && 'category' == get_current_screen()->taxonomy ){ |
welcart_basic-nova/inc/term-customized.php 71行目
add_action( 'admin_footer-edit-tags.php' , 'wcct_cat_admin_footer' ); |
add_action( 'admin_footer-term.php' , 'wcct_cat_admin_footer' ); add_action( 'admin_footer-edit-tags.php' , 'wcct_cat_admin_footer' ); |