Example #1
0
 /**
  * @deprecated
  */
 function sp_get_displayed_month()
 {
     _deprecated_function(__FUNCTION__, '2.0', 'tribe_get_displayed_month()');
     return tribe_get_displayed_month();
 }
Example #2
0
?>
?author_id=<?php 
echo $_GET['author_id'];
?>
' class="tribe-pjax">
					&#x2190; <?php 
echo tribe_get_previous_month_text();
?>
					</a>
				</span>

				<?php 
//tribe_month_year_dropdowns( "tribe-events-" );
?>
				<strong><?php 
echo tribe_get_displayed_month();
?>
</strong>

				<span class='tribe-events-next-month'>
					<a href='<?php 
echo tribe_get_next_month_link();
?>
?author_id=<?php 
echo $_GET['author_id'];
?>
' class="tribe-pjax">
					<?php 
echo tribe_get_next_month_text();
?>
 &#x2192;