| @@ -1,13 +1,5 @@ | ||
| 1 | 1 | <?php |
| 2 | -/** | |
| 3 | - * PFBC (PHP Form Builder Class) - Third-party library | |
| 4 | - * @package PFBC | |
| 5 | - */ | |
| 6 | -if ( ! defined( 'ABSPATH' ) ) exit; | |
| 7 | - | |
| 8 | -// phpcs:disable WordPress.Security.EscapeOutput, WordPress.NamingConventions.PrefixAllGlobals, PluginCheck.CodeAnalysis.Heredoc -- Third-party library | |
| 9 | - | |
| 10 | 2 | class Element_TinyMCE extends Element_Textarea { |
| 11 | 3 | protected $basic; |
| 12 | 4 | |
| 13 | 5 | public function jQueryDocumentReady() { |