From: Anthony Talarico Date: Fri, 7 Apr 2017 19:46:53 +0000 (-0400) Subject: changing the detail view output of the field name from slug to nice print X-Git-Tag: v1.0.0^2~53 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8731e3a789e9df28f81e656706df27a7a10abca3;p=WP-Plugins%2Fglm-member-db-fields.git changing the detail view output of the field name from slug to nice print --- diff --git a/views/front/fields/detail.html b/views/front/fields/detail.html index bb35bfd..2354423 100644 --- a/views/front/fields/detail.html +++ b/views/front/fields/detail.html @@ -5,7 +5,7 @@
{/if} {if $value.data !== 'Yes' && $value.data !== 'No'} -
{$key}
+
{$value.nice}
{$value.data}
{/if}