In print-posts.php I believe that
<p style="text-align: <?php echo $text_direction; ?>;">
must be
<p style="text-align: <?php echo $text_align; ?>;">
In print-posts.php I believe that
<p style="text-align: <?php echo $text_direction; ?>;">
must be
<p style="text-align: <?php echo $text_align; ?>;">
This topic has been closed to new replies.