Changeset 3489983
- Timestamp:
- 03/24/2026 12:36:57 PM (8 days ago)
- File:
-
- 1 edited
-
sbs-settings/trunk/includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sbs-settings/trunk/includes/functions.php
r3489966 r3489983 435 435 add_action( 'admin_notices', function () use ( $captured ) { 436 436 foreach ( $captured as $html ) { 437 echo sbsset_kses_custom_html( $html);437 echo wp_kses( $html, sbsset_kses_custom_html_allowed_tags() ); 438 438 } 439 439 } );
Note: See TracChangeset
for help on using the changeset viewer.