@@ -196,7 +196,7 @@ |
||
| 196 | 196 | |
| 197 | 197 | $parent_label = ''; |
| 198 | 198 | |
| 199 | - if ( ! empty( $this->item['parent'] ) ) { |
|
| 199 | + if ( ! empty( $this->item['parent'] ) ) { |
|
| 200 | 200 | $parent_label = ' <small>(' . esc_attr( $this->item['parent']['label'] ) . ')</small>'; |
| 201 | 201 | } |
| 202 | 202 | |