
如何开启Debug记录WordPress日志文件
the_author_msn ( No parameters )
the_author_msn: 这个函数显示当前文章的作者或指定用户的MSN Messenger句柄。
显示当前文章的作者的MSN地址。
function the_author_msn() { _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta('msn')' ); the_author_meta('msn'); }