number field for restricting the textarea chars
authorLaury GvR <laury@gaslightmedia.com>
Wed, 1 Mar 2017 21:16:02 +0000 (16:16 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 1 Mar 2017 21:16:02 +0000 (16:16 -0500)
commita5a834c48763924cf5f5d9bd48cccaac39802c66
tree2cb1c263c5cf190123cc39c5ffb9b7d9d562d886
parent58dc3df757786e560c5ebf1e5729b266e7dca733
number field for restricting the textarea chars

Number field type added for the creation of a character amount
restriction to be used for the textarea field, which can be edited
in the admin side if the user has manage_options - except it seems
to currently pass current_user_can too easily, no matter what it
checks against.
controllers/Admin.php
views/number.php [new file with mode: 0644]
views/text.php
views/textArea.php