Guest User

Untitled

a guest
Sep 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. //set mini cal days as links
  2. if( function_exists('tribe_get_linked_day') ) {
  3. $date = tribe_get_start_date( '', false, 'Y-m-'.$day.'' );
  4. $return .= ( count($monthView[$day]) ) ? "<a href='" . tribe_get_day_link($date) . "' class='tribe-events-mini-has-event'>$day</a>" : $day;
  5. } else {
  6. $return .= ( count($monthView[$day]) ) ? "<a class='tribe-events-mini-has-event'>$day</a>" : $day;
  7. }
Add Comment
Please, Sign In to add comment