Changeset 49193 for trunk/src/wp-includes/bookmark-template.php
- Timestamp:
- 10/18/2020 05:25:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/bookmark-template.php
r48586 r49193 235 235 } 236 236 $parsed_args['class'] = array_map( 'sanitize_html_class', $parsed_args['class'] ); 237 $parsed_args['class'] = trim( join( ' ', $parsed_args['class'] ) );237 $parsed_args['class'] = trim( implode( ' ', $parsed_args['class'] ) ); 238 238 239 239 if ( $parsed_args['categorize'] ) {
Note: See TracChangeset
for help on using the changeset viewer.