示例#1
0
 /**
  * @deprecated
  */
 function sp_previous_event_link($anchor = false)
 {
     _deprecated_function(__FUNCTION__, '2.0', 'tribe_previous_event_link()');
     return tribe_previous_event_link($anchor);
 }
示例#2
0
文件: single.php 项目: xdividr/wi
    ?>
</a>
<?php 
}
if (function_exists('tribe_get_gcal_link')) {
    ?>
   <a href="<?php 
    echo tribe_get_gcal_link();
    ?>
" class="gcal-add" title="<?php 
    _e('Add to Google Calendar', 'tribe-events-calendar');
    ?>
"><?php 
    _e('+ Google Calendar', 'tribe-events-calendar');
    ?>
</a>
<?php 
}
?>


<div class="navigation cf clear">
	<div class="tribe-prev prev-posts"><?php 
tribe_previous_event_link();
?>
</div>
	<div class="tribe-next next-posts"><?php 
tribe_next_event_link();
?>
</div>
</div>