- Timestamp:
- 10/18/2020 05:25:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-custom-html.php
r49120 r49193 282 282 <p> 283 283 <?php _e( 'Some HTML tags are not permitted, including:' ); ?> 284 <code><?php echo join( '</code>, <code>', $disallowed_html ); ?></code>284 <code><?php echo implode( '</code>, <code>', $disallowed_html ); ?></code> 285 285 </p> 286 286 <# } #>
Note: See TracChangeset
for help on using the changeset viewer.