Created
January 18, 2016 02:40
-
-
Save sbruner/241f44562ae9b2f71ebe to your computer and use it in GitHub Desktop.
Piklist: field: html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
piklist('field', array( | |
'type' => 'html', | |
,'label' => 'HTML Field', | |
,'value' => '<strong>This is some html</strong>' | |
)); | |
?> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be:
'html', 'label' => 'HTML Field', 'value' => 'This is some html' )); ?>