Changeset 32906 for trunk/src/wp-includes/bookmark-template.php
- Timestamp:
- 06/22/2015 08:54:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/bookmark-template.php
r32568 r32906 215 215 $output = ''; 216 216 217 if ( ! is_array( $r['class'] ) ) { 218 $r['class'] = explode( ' ', $r['class'] ); 219 } 220 $r['class'] = array_map( 'sanitize_html_class', $r['class'] ); 221 $r['class'] = trim( join( ' ', $r['class'] ) ); 222 217 223 if ( $r['categorize'] ) { 218 224 $cats = get_terms( 'link_category', array(
Note: See TracChangeset
for help on using the changeset viewer.