<style></style>.
<?php if(get_theme_mod('footer_text') != '') : ?>
<div class="footer-desc"><?php echo nl2br(get_theme_mod('footer_text')); ?></div>
<?php else : ?>
<div class="footer-desc">Текст по умолчанию</div>
<?php endif; ?>