Wrap event staff with template tag

This commit is contained in:
Brian Miyaji
2015-03-03 17:20:54 +11:00
parent 7cf5946880
commit 0ce341f33a

View File

@@ -21,6 +21,7 @@ if ( ! $staffs ) return;
extract( $defaults, EXTR_SKIP );
?>
<div class="sp-template sp-template-event-staff">
<p class="sp-event-staff">
<?php
foreach( $staffs as $staff_id ):
@@ -54,3 +55,4 @@ foreach( $staffs as $staff_id ):
endforeach;
?>
</p>
</div>