Skip to content

Commit

Permalink
Reduced word count
Browse files Browse the repository at this point in the history
  • Loading branch information
cjg89 committed Jul 26, 2017
1 parent b42f724 commit 84ae1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/ucf-events-common.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ function ucf_events_display_modern( $items, $title ) {
</a>
</div>
<div class="ucf-event-description-wrapper">
<?php echo wp_trim_words( $event->description, 55, '&hellip;' ); ?>
<?php echo wp_trim_words( $event->description, 40, '&hellip;' ); ?>
</div>
</div>
<?php endforeach; ?>
Expand Down

0 comments on commit 84ae1ca

Please sign in to comment.