标签: wordpress custom-taxonomy
从旧版本更新wordpress后,此代码停止工作:
<?php ( get_the_term_list(get_the_ID, 'taxonomy_authors','',', ') )? printf( __( '<p class="hentry-tags">%1$s</p>', 'unspoken' ), get_the_term_list(get_the_ID, 'taxonomy_authors','',', ') ) : ''; ?>
会发生什么?