Changeset 46919
- Timestamp:
- 12/12/2019 07:48:57 PM (6 years ago)
- File:
-
- 1 edited
-
branches/5.1/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1/src/wp-includes/formatting.php
r46907 r46919 3110 3110 3111 3111 $atts['rel']['whole'] = 'rel="' . esc_attr( $rel ) . '"'; 3112 $link_html = join( ' ', array_column( $atts, 'whole' ) );3112 $link_html = join( ' ', wp_list_pluck( $atts, 'whole' ) ); 3113 3113 3114 3114 if ( $is_escaped ) {
Note: See TracChangeset
for help on using the changeset viewer.