| @@ -212,9 +212,9 @@ | ||
| 212 | 212 | Indexables::factory()->get( 'term' )->delete( $term_id, false ); |
| 213 | 213 | } |
| 214 | 214 | |
| 215 | 215 | /** |
| 216 | - * Enqueue sync of children terms in hierchy when deleting parent. Children terms will be reasigned to | |
| 216 | + * Enqueue sync of children terms in hierarchy when deleting parent. Children terms will be reasigned to | |
| 217 | 217 | * a different parent and we want to reflect that change in ElasticSearch |
| 218 | 218 | * |
| 219 | 219 | * @param int $term_id Term ID. |
| 220 | 220 | * @since 3.6.3 |
| @@ -243,6 +243,5 @@ | ||
| 243 | 243 | |
| 244 | 244 | $this->add_to_queue( $hierarchy_term_id ); |
| 245 | 245 | } |
| 246 | 246 | } |
| 247 | - | |
| 248 | 247 | } |