wp_kses_post(__("Thank you for confirming your address! We've emailed confirmation links to the contributors you mentioned, and your pledge will show up in <a href=\"%s\">the directory</a> once one contributor confirms their participation.",'wporg')),
esc_url($directory_url)
);
?>
</p>
<?phpif($pledgeinstanceofWP_Post):?>
<p>
<?phpechowp_kses_post(sprintf(
__('In the meantime, your pledge will be visible here: %s','wporg'),
sprintf(
'<a href="%1$s">%1$s</a>',
esc_url(get_permalink($pledge))
)
));?>
</p>
<?phpendif;?>
<p>
<?phpesc_html_e("Thanks again for pledging your organization's resources to contribute to WordPress! We can do great things together!",'wporg');?>