Merge pull request #7904 from 3Dgoo/patch-2

Fixing HTMLEditorField API documentation
This commit is contained in:
Daniel Hensby 2018-03-01 13:03:08 +00:00 committed by GitHub
commit cf35aadfe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<?php <?php
/** /**
* A TinyMCE-powered WYSIWYG HTML editor field with image and link insertion and tracking capabilities. Editor fields * A TinyMCE-powered WYSIWYG HTML editor field with image and link insertion and tracking capabilities. Editor fields
* are created from <textarea> tags, which are then converted with JavaScript. * are created from &lt;textarea&gt; tags, which are then converted with JavaScript.
* *
* @package forms * @package forms
* @subpackage fields-formattedinput * @subpackage fields-formattedinput