Remove shorthand php

This commit is contained in:
Brian Miyaji
2014-06-03 03:49:08 +10:00
parent c96731bf2b
commit c6c43d6d3d

View File

@@ -93,7 +93,7 @@ if ( isset( $columns ) )
<h3 class="event-title"><a href="<?php echo get_post_permalink( $event ); ?>"><?php echo $event->post_title; ?></a></h3> <h3 class="event-title"><a href="<?php echo get_post_permalink( $event ); ?>"><?php echo $event->post_title; ?></a></h3>
</td> </td>
</tr> </tr>
<? <?php
$i++; $i++;
endforeach; endforeach;
?> ?>