Skip to content

Commit

Permalink
Update functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesetzer committed Nov 19, 2021
1 parent cfc6583 commit 14bb701
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ function today_reenable_templates() {
* On the Prospective Employees page
*/

<?php

if ( !function_exists( 'ucf_rss_display_hr_before' ) ) {

function ucf_rss_display_hr_before( $content, $items, $args ) {
Expand Down Expand Up @@ -108,6 +106,7 @@ function ucf_rss_display_hr( $content, $items, $args ) {
<a class="ucf-rss-item-link" href="<?php echo UCF_RSS_Common::get_simplepie_url( $item ); ?>"
title="<?php echo $item->get_date( 'j F Y | g:i a' ); ?>">
<?php echo UCF_RSS_Common::get_simplepie_title( $item ); ?>
<p class="desc"><?php echo UCF_RSS_Common::get_simplepie_description( $item ); ?></p>
</a>
</li>
<?php endforeach; ?>
Expand Down

0 comments on commit 14bb701

Please sign in to comment.