X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FForm%2FContributionPage%2FWidget.php;h=9ed2d26353445d3e2c7e43eaca7f3557e348382d;hb=8bc883dc7e33eb2836a8cb5af2ddae4f32fea0ec;hp=9b91f478c995050d25d75ccd5eb681f3dac019aa;hpb=23049f2786d83845f95f6e28f5866c550874c189;p=civicrm-core.git diff --git a/CRM/Contribute/Form/ContributionPage/Widget.php b/CRM/Contribute/Form/ContributionPage/Widget.php index 9b91f478c9..9ed2d26353 100644 --- a/CRM/Contribute/Form/ContributionPage/Widget.php +++ b/CRM/Contribute/Form/ContributionPage/Widget.php @@ -1,7 +1,7 @@ "widgetBlock(this)") ); - $this->addWysiwyg('about', ts('About'), $attributes['about']); + $this->add('wysiwyg', 'about', ts('About'), $attributes['about']); foreach ($this->_fields as $name => $val) { $this->add($val[1],