Avoid default escaping for blog titles
[civicrm-core.git] / setup / res / finished.Common.php
1 <?php \Civi\Setup::assertRunning(); ?>
2 <?php
3 $registerSiteURL = "https://civicrm.org/register-site";
4 echo "<li>" . ts("Have you registered this site at CiviCRM.org? If not, please help strengthen the CiviCRM ecosystem by taking a few minutes to <a %1>fill out the site registration form</a>. The information collected will help us prioritize improvements, target our communications and build the community. If you have a technical role for this site, be sure to check Keep in Touch to receive technical updates (a low volume mailing list).", array(1 => "href='$registerSiteURL' target='_blank'")) . "</li>";
5 echo "<li>" . ts("We have integrated KCFinder with CKEditor and TinyMCE. This allows a user to upload images. All uploaded images are public.") . "</li>";