Skip to content

Instantly share code, notes, and snippets.

@sbruner
Created January 18, 2016 02:40
Show Gist options
  • Save sbruner/241f44562ae9b2f71ebe to your computer and use it in GitHub Desktop.
Save sbruner/241f44562ae9b2f71ebe to your computer and use it in GitHub Desktop.
Piklist: field: html
<?php
piklist('field', array(
'type' => 'html',
,'label' => 'HTML Field',
,'value' => '<strong>This is some html</strong>'
));
?>
@cbleisch
Copy link

cbleisch commented Oct 4, 2016

This should be:

'html', 'label' => 'HTML Field', 'value' => 'This is some html' )); ?>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment