WordPress6.6添加媒体,对齐和链接到,没有“无”的文字显示。大概问题出在wp-includes目录media-template.php文件,查找:
esc_html_x( 'None', 'Media URL' );
替换为:
esc_html_e( 'None' );