I hereby claim:
- I am jontas on github.
- I am jontascher (https://keybase.io/jontascher) on keybase.
- I have a public key whose fingerprint is 5322 43CF 495C FC8E BD03 BB11 269B BB34 3499 5B01
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| jtaschermbp:easy-content-types jontas$ git diff . | |
| diff --git a/wp-content/plugins/easy-content-types/includes/register-meta-boxes.php b/wp-content/plugins/easy-content-types/includes/register-meta-boxes.php | |
| index bd54733..de44155 100755 | |
| --- a/wp-content/plugins/easy-content-types/includes/register-meta-boxes.php | |
| +++ b/wp-content/plugins/easy-content-types/includes/register-meta-boxes.php | |
| @@ -71,7 +71,7 @@ function ecpt_show_box($post, $metabox) { | |
| ', $field['desc']; | |
| break; | |
| case 'date': | |
| - echo '<input type="text" class="ecpt_datepicker" name="', $field['id'], '" id="', $field['id'], '" value="', $meta ? $meta : $field['std'], '" size="30" style="width:97%" />', ' |