Merge pull request #7936 from 3Dgoo/patch-1

Fixing HTMLEditorField API documentation
This commit is contained in:
Daniel Hensby 2018-03-15 12:16:23 +00:00 committed by GitHub
commit fcf0796dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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