Opened 18 years ago
Closed 17 years ago
#272 closed enhancement (fixed)
html in welcome widget
| Reported by: | PerS | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Version: | ||
| Severity: | Keywords: | ||
| Cc: |
Description
I suggest that the welcome widget is changed so we can use html in it.
To do this, in bp-core-widgets.php, bp_core_widget_welcome_control()
change
$newoptionstext = strip_tags( stripslashes( $_POSTbp-widget-welcome-text ), '<img>' );
to
$newoptionstext = stripslashes(wp_filter_post_kses( $_POSTbp-widget-welcome-text ));
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I suggest that the welcome widget is changed so we can use html in it.
To do this, in bp-core-widgets.php, bp_core_widget_welcome_control()
change
to