- Timestamp:
- 01/16/2024 04:06:41 PM (12 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/src/wp-content/themes/twentyseventeen/inc/icon-functions.php
r55988 r57291 131 131 if ( 'social' === $args->theme_location ) { 132 132 foreach ( $social_icons as $attr => $value ) { 133 if ( str_contains( $item_output, $attr ) ) {133 if ( false !== strpos( $item_output, $attr ) ) { 134 134 $item_output = str_replace( $args->link_after, '</span>' . twentyseventeen_get_svg( array( 'icon' => esc_attr( $value ) ) ), $item_output ); 135 135 }
Note: See TracChangeset
for help on using the changeset viewer.