Opened 16 years ago
Closed 16 years ago
#272 closed enhancement (fixed)
html in welcome widget
Reported by: | PerS | Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | 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.
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