Add table heading option to widgets

This commit is contained in:
Brian Miyaji
2015-07-17 15:32:29 +10:00
parent f3c6a6878b
commit f7742a69cd
18 changed files with 162 additions and 53 deletions

View File

@@ -47,8 +47,8 @@ foreach( $venues as $venue ):
<td<?php if ( $address != null ) { ?> colspan="2"<?php } ?>><?php sp_get_template( 'venue-map.php', array( 'meta' => $meta ) ); ?></td>
</tr>
<?php if ( $address != null ) { ?>
<tr>
<td class="sp-event-venue-address-row"><?php echo $address; ?></td>
<tr class="sp-event-venue-address-row">
<td><?php echo $address; ?></td>
</tr>
<?php } ?>
</tbody>