Skip to content

Commit

Permalink
deploy: 0417263
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 6, 2025
1 parent 3985cf0 commit 35ad53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my-calendar-templates.php.html
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
$e['cat_id'] = $event->event_category;
$e['category_id'] = $event->event_category;
$e['category'] = stripslashes( $event->category_name );
$e['ical_category'] = wp_strip_all_tags(( stripslashes( $event->category_name ) );
$e['ical_category'] = wp_strip_all_tags( stripslashes( $event->category_name ) );
$e['categories'] = ( property_exists( $event, 'categories' ) ) ? mc_categories_html( $event->categories, $event->event_category ) : mc_get_categories( $event, 'html' );
$e['ical_categories'] = ( property_exists( $event, 'categories' ) ) ? mc_categories_html( $event->categories, $event->event_category, 'text' ) : mc_get_categories( $event, 'text' );
$e['term'] = intval( $event->category_term );
Expand Down

0 comments on commit 35ad53d

Please sign in to comment.