在联系人视图页面上生成常量联系人api时出错



在联系人视图页面上生成错误。

警告:sprintf():第427行上/home/excipar2000/public_html/wp-content/plugins/constant contact-api/admin/contacts.php中的参数太少

<h3><?php echo sprintf(__('Contact Details (%sEdit%s)', '<a href="'.add_query_arg('edit', true) .'">', '</a>'), 'constant-contact-api'); ?></h3>

常联系api插件

<h3><?php echo sprintf('Contact Details (%sEdit%s)', '<a href="'.add_query_arg('edit', true) .'">', '</a>', 'constant-contact-api'); ?></h3>

最新更新