@@ -212,7 +212,7 @@ |
||
| 212 | 212 | $atts['rel'] = 'noopener noreferrer'; |
| 213 | 213 | } else { |
| 214 | 214 | $atts['rel'] = ! empty( $item->xfn ) ? $item->xfn : ''; |
| 215 | - } |
|
| 215 | + } |
|
| 216 | 216 | |
| 217 | 217 | // If the item has_children add atts to <a>. |
| 218 | 218 | if ( $args->has_children && 0 === $depth && $args->depth > 1 ) { |